Indy 9
|
TIdQOTD = class(TIdTCPClient)
property Port: integer;
A client application may define it's own port to connect to a server running the same port.
property Quote: String;
Be sure to set the Host property to the Quote of the Day server before calling Quote.
constructor Create(AOwner: TComponent); override;