Internet Direct (Indy)
Home
PreviousUpNext
TIpProperty.AsDoubleWord Property

Represents the IP address as a unsigned integer value.

Pascal
property AsDoubleWord: Longword;

AsDoubleWord is a LongWord property that represents the IP address or network mask as a unsigned integer value. AsDoubleWord calls SetAll to update the value of the individual bytes in the IP address. 

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

AIP.FullAddr := ANetCalc.NetworkAddress.AsDoubleWord AND ANetCalc.NetworkMask.AsDoubleWord;

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.