RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSizeConstraints Class

Contains size constraints for a control.

Pascal
TSizeConstraints = class(TPersistent);
C++
class TSizeConstraints : public TPersistent;

Controls

TSizeConstraints is used in the Constraints property of TControl and its descendants. It specifies the minimum and maximum sizes of a control, preventing the control from being resized larger than the maximum or smaller than the minimum. 

 

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