Midware TAppServer.Options
Main page -> Midware component reference -> TAppServer -> Options
Definition
<syntaxhighlight lang="delphi"> type
TAppServerOption = (asoAutoStart, asoDisplayCommands, asoDisplayClientCount); TAppServerOptions = set of TAppServerOption;
property Options : TAppServerOptions; </syntaxhighlight>
Description
Options are used by TAppServer to modify behaviour.