Datasnap.DSServer.TDSServer.AutoStart
[–] Properties | |
---|---|
Type: property | |
Visibility: published | |
Source: Datasnap.DSServer.pas Datasnap.DSServer.hpp
| |
Unit: Datasnap.DSServer | |
Parent: TDSServer |
Delphi
property AutoStart: Boolean read FAutoStart write FAutoStart default True;
C++
__property bool AutoStart = {read=FAutoStart, write=FAutoStart, default=1};
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.