Internet Direct (Indy)
|
Represents the 32-bit IP address as boolean flags.
property ByteArray [Index: cardinal]: boolean;
Parameters |
Description |
Index |
Position in the ByteArray. |
Boolean - True if the bit set.
ByteArray is an indexed Boolean property that provides access to the individual bits that make up the 32-bit IP address or network mask. Values for Index are in the range 0..31. ByteArray is used primary in the construction of the AsBinaryString representation of the IP address.
Use Byte1, Byte2, Byte3, Byte4, AsDoubleWord, AsString, or AsBinaryString to access the value of the IP address in other representations.
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. |