Internet Direct (Indy) Version 9.0.2 Beta
Content
|
Index
|
Reference
TIdTCPClient.Create
TIdTCPClient
,
See Also
Constructor for the object instance.
constructor
Create(AOwner: TComponent);
override
;
Parameters
AOwner: TComponent
Owner of the object instance.
Description
Create is the constructor for
TIdTCPClient
, and relies on the inherited Create method in
TIdTCPConnection
. Create allocates the
TIdSocksInfo
instance used in the SocksInfo property, and sets
BoundPort
to the default value
BoundPortDefault
.