Declaration

procedure ExtendableObjectCreated(aExtendableObject: TnxExtendableServerObject); override;

 
Description

This method is called every time a server object is created within the linked Server engine. Override this function to create an Extender or manipulate the initial settings of a server object.

 
Parameters

aExtendableObject: TnxExtendableServerObject

This is the pointer to the object that was just created.

Home | Site Contents | Documentation | NexusDB Manual V4 | Class Reference | Symbol Reference | Classes | TnxCustomSimpleMonitor