Internet Direct (Indy) Version 9.0.2 Beta
TIpProperty.AsString
Represents the IP address as a string in dotted-decimal format.

property AsString: String;
Description
AsString is a String property that represents the value of the IP address or network mask in dotted-decimal format, like "129.71.2.4".

AsString calls SetAll to update the value of the individual bytes in the IP address.

Use Byte1, Byte2, Byte3, Byte4, AsDoubleWord, or AsBinaryString to access the value of the IP address in other representations.