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

property Byte4: Byte;
Description
Byte4 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. Byte4 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.