Difference between revisions of "TSizeConstraints"
From OpenEUO
(Created page with "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 r...") |
(No difference)
|
Latest revision as of 16:03, 5 October 2010
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.
- TSizeConstraints.MaxHeight
- TSizeConstraints.MaxWidth
- TSizeConstraints.MinHeight
- TSizeConstraints.MinWidth
Inherited from TObject: