Topic Path: Symbol Reference > Functions > MakeDWordIntoIPv4Address Function
ContentsIndexHome
PreviousUpNext
MakeDWordIntoIPv4Address Function

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

File
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.

Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Post feedback to the Indy Docs Newsgroup.