Internet Direct (Indy)
|
Specifies the interface for a TCP client.
TIdTCPClientCustom = class(TIdTCPConnection);
TIdTCPClientCustom is a TIdTCPConnection descendant that specifies the interface used for a TCP (Transmission Control Program) client.
TIdTCPClientCustom implements properties, methods, and events that provide the following capabilities for the client:
TIdTCPClientCustom is the ancestor class for TIdTCPClient, which publishes properties and event handlers for the client. TIdTCPClientCustom is also used as the ancestor for many clients that implement specific RFC-compliant protocols.
Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved. Website http://www.indyproject.org. Post feedback to the Indy Documentation newsgroup. |