Copies the contents of another TIpProperty object.
Parameters |
Description |
Source |
The persistent object that is the source of the object values. |
Assign is an overridden procedure inherited from TPersistent that copies the properties or other attributes of Source to the current instance.
Assign calls SetAll to update the Byte values of the IP address or network mask. Assigns triggers the OnChange event handler to signify that a change has occurred in TIpProperty values. Finally, Assign calls the inherited Assign method to handle assignment of properties from the class of the Source parameter.
SetAll
OnChange
ANetCalc.NetworkAddress.Assign(AIPProperty);
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. |