SayIntNum

This function converts the internet address specified by InternetAddress to a printable string, in dotted decimal form as shown in Figure 1.

Figure 1. SayIntNum example
   function SayIntNum
            (
                 InternetAddress: InternetAddressType
            ):
            Wordtype;
            external;
Parameter
Description
InternetAddress
The internet address to be converted.