Vcl.Controls.TSizeConstraints

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TPersistentSystem.TObjectTSizeConstraints

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.

See Also