Vcl.Controls.TSizeConstraints

Delphi
TSizeConstraints = class(TPersistent)
C++
class PASCALIMPLEMENTATION TSizeConstraints : public System::Classes::TPersistent
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Vcl.Controls.pas Vcl.Controls.hpp |
Vcl.Controls | Vcl.Controls |
Description
Contains size constraints for a control.
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.