Internet Direct (Indy) Version 9.0.2 Beta
|
TIpProperty = class(TPersistent)
Use Byte1, Byte2, Byte3, and Byte4 to access the individual Byte values of the 32-bit IP address.
Use AsDoubleWord to access the LongWord value of the IP address.
Use AsBinaryString to access the String representation of individual bits of the IP address. For example: "11111111111111111111111100000000" is the binary string representation of the network mask 255.255.255.0.
Use AsString to access the String representation of the IP address. For example: "255.255.255.0" is the string representation of a network mask with the "dotted-decimal" value 255.255.255.0.
Use SetAll to simultaneously update the 4 Byte values in the IP address.
Use ByteArray to access the Byte values of the IP address and indicate if the byte has a zero or non-zero value.
Use the OnChange event handler to perform application-specific processing when the value of the TIpProperty has been modified.