Datasnap.DSServer.TDSServerClass.CreateInstance

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CreateInstance(const CreateInstanceEventObject: TDSCreateInstanceEventObject); override;

C++

virtual void __fastcall CreateInstance(Datasnap::Dscommonserver::TDSCreateInstanceEventObject* const CreateInstanceEventObject);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Datasnap.DSServer.pas
Datasnap.DSServer.hpp
Datasnap.DSServer TDSServerClass

Description

Called by server to create instance of server class.

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

See Also