Internet Direct (Indy)
Home
PreviousUpNext
MakeDWordIntoIPv4Address Function

Converts a numeric internet address to its canonical representation in dotted decimal form.

Pascal
function MakeDWordIntoIPv4Address(
    const ADWord: Cardinal
): string;
Parameters 
Description 
ADWord 
Unsigned integer value for the IP address. 

String - Canonical representation of the IP address.

MakeDWordIntoIPv4Address is a String function used to convert the IPv4 address specified in ADWord to its canonical representation as four 8-bit value in dotted decimal form.

Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.