Internet Direct (Indy) Version 9.0.1 Beta
TIpProperty.Byte1
Represents one byte of the 4-byte IP address or network mask.

property Byte1: byte;
Description
Byte1 is a Byte property that represents one Byte of the 4-byte IP address or network mask.

Byte1, Byte2, Byte3, and Byte4 are used primarily to read the current value of the TIpProperty. Byte1 calls SetAll to update the value of the byte in the IP address.

Use AsDoubleWord, AsString, or AsBinaryString to access the value of the IP address in other representations.