RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSizeConstraints.AssignTo Method

Handles assignments for TSizeConstraint objects.

Pascal
procedure AssignTo(Dest: TPersistent); override;
C++
virtual __fastcall AssignTo(TPersistent * Dest);

Call AssignTo to copy the values of one TSizeConstraints object to another. 

AssignTo overrides the inherited method in order to handle assignments specific to TSizeConstraints objects. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!