RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TServerSocket.Create Constructor

Creates an instance of TServerSocket.

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

Call Create to create and initialize a server socket component at runtime. TServerSocket objects placed at design time are created automatically. 

After calling the inherited constructor, Create 

Allocates the TServerWinSocket object that encapsulates the Windows socket connection for the server socket. 

Initializes the event and error dispatchers for the server socket. 

Initializes ThreadCacheSize to 10. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!