Indy 9
|
IdStati: array[TIdStatus] of string = ( RSStatusResolving, RSStatusConnecting, RSStatusConnected, RSStatusDisconnecting, RSStatusDisconnected, RSStatusText, RSStatusText, RSStatusText, RSStatusText);
Each element in the array contains a constant value that represents the format specifier for a specific status message, and can contain one of the following values:
Do not change the order of the strings in this array or the TIdComponent.OnStatus event could return incorrect status strings.