Internet Direct (Indy) Version 9.0.1 Beta
TIdStack.TranslateStringToTInAddr
Translates a string a creates an IP address structure.

procedure TranslateStringToTInAddr(AIP: string; var AInAddr); virtual; abstract;
Parameters
AIP: string
String to be translated and converted.

var AInAddr
IP address structure for the converted value.

Description
TranslateStringToTInAddr that translates an IP address from the string parameter AIP and returns it in the TInAddr specified by the AInAddr parameter. This is used internally in Indy so you do not call this directly.