Internet Direct (Indy)
Home
PreviousUpNext
TIpProperty.SetAll Method

Updates the byte values of the 32-bit IP address.

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

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.

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.