RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDSServer.Start Method

Start server.

Pascal
procedure Start; override;
C++
virtual __fastcall Start();

Start starts the server. This calls the Start method on all TDSServerTransport component implementations and all TDSServerClass components that have set their Server property set to this instance. This method is called automatically when the component is loaded if the AutoStart property is true. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!