Internet Direct (Indy) Version 9.0.1 Beta
TIdEcho.Create
Creates a TIdEcho instance.

constructor Create(AOwner: TComponent); override;
Parameters
AOwner: TComponent
Owner of the object instance.

Description
Create constructs a properly initialized instance of TIdEcho using the inherited Create constructor, and initializes Port to the constant value IdPORT_ECHO (Decimal 7) as required by the Echo Protocol.

An application must initialize Host and call Connect prior to sending data using the Echo method. Call Disconnect prior to freeing the object instance.