RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomIpClient.Create Constructor

Creates an instance of TCustomIpClient.

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

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

 

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