Datasnap.DSServer.TDSServer.AutoStart
Delphi
property AutoStart: Boolean read FAutoStart write FAutoStart default True;
C++
__property bool AutoStart = {read=FAutoStart, write=FAutoStart, default=1};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | Datasnap.DSServer.pas Datasnap.DSServer.hpp |
Datasnap.DSServer | TDSServer |
Description
Causes server to be automatically started when TDSServer component loaded.
When AutoStart is set to true, this causes the server to be automatically started when the TDSServer component is loaded.