Datasnap.DSServer.TDSServer.Loaded
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: protected | |
Source: Datasnap.DSServer.pas Datasnap.DSServer.hpp
| |
Unit: Datasnap.DSServer | |
Parent: TDSServer |
Delphi
procedure Loaded; override;
C++
virtual void __fastcall Loaded();
Description
Initializes the component after the form file has been read into memory.
Do not call the protected Loaded method. The component streaming system calls this method after it loads the component's form from a stream.
Loaded internally calls Start to start the server instance if the AutoStart property is set to True.