TSizeConstraints

From OpenEUO
Revision as of 16:03, 5 October 2010 by 46.127.27.108 (Talk) (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...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.

Inherited from TObject: