RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDSServerClass.CreateInstance Method

Called by server to create instance of server class.

Pascal
procedure CreateInstance(const CreateInstanceEventObject: TDSCreateInstanceEventObject); override;
C++
virtual __fastcall CreateInstance(const TDSCreateInstanceEventObject CreateInstanceEventObject);

CreateInstance is called by the server to create an instance of the server class. This method calls the OnCreateInstance event, if it is specified. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!