RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSocketConnection.Create Constructor

Creates and initializes an instance of TSocketConnection.

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

Call Create to instantiate a TSocketConnection object at runtime. Socket connection components added to forms or data modules at design time are created automatically. 

Create overrides the inherited constructor to initialize the Port property to 211. 

 

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