Internet Direct (Indy) Version 9.0.2 Beta
TIpProperty.SetAll
Updates the byte values of the 32-bit IP address.

procedure SetAll(One: Byte; Two: Byte; Three: Byte; Four: Byte); virtual;
Parameters
One: Byte
Value for Byte 1 of 4 in the 32-bit IP address.

Two: Byte
Value for Byte 2 of 4 in the 32-bit IP address.

Three: Byte
Value for Byte 3 of 4 in the 32-bit IP address.

Four: Byte
Value for Byte 4 of 4 in the 32-bit IP address.

Description
SetAll is a procedure used to update the Byte values of the 32-bit IP address or network mask. SetAll is called when write operations to the IP address are performed from Assign, AsDoubleWord, AsString, AsBinaryString, and ByteArray.