RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseSocket.Create Constructor

Creates an instance of TBaseSocket.

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

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

 

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