Internet Direct (Indy) Version 9.0.1 Beta
TIdUDPClient.Send
Transmits data to the remote computer system.

procedure Send(AData: string); overload;
Parameters
AData: string
Values to sent to the remote computer system.

Description
Send is a procedure used to perform transmission of the data specified by AData to the computer system identified in the Host and the Port properties. TIdUDPBase also implements the Send method using the host name and port number specified in parameters.