RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomTcpServer.Create Constructor

Creates an instance of TCustomTcpServer.

Pascal
constructor Create(AOwner: TComponent); override;
C++
virtual __fastcall TCustomTcpServer(TComponent * AOwner);

For C++, call Create indirectly, using the new keyword, to instantiate a TCustomTcpServer object. 

 

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