Internet Direct (Indy) Version 9.0.1 Beta
TIdIcmpClient.Create
Constructor for the object instance.

constructor Create(AOwner: TComponent); override;
Description
Create is the constructor for the object instance. Create relies on the inherited Create constructor to initialize the object instance. In the constructor, Protocol is set to the value Id_IPPROTO_ICMP defined in IdStackConst.pas, and the internal packet sequence number is set to 0.