TSizeConstraints Class

Represents type TSizeConstraints.

Namespace: System.UI.Controls
TObject
  System.UI.Controls.TSizeConstraints
type
 TSizeConstraints = class(TObject)
 end;

The TSizeConstraints type exposes the following members.

Show:
 NameDescription
MaxHeight

Represents property MaxHeight.

MaxWidth

Represents property MaxWidth.

MinHeight

Represents property MinHeight.

MinWidth

Represents property MinWidth.

Top
Show:
 NameDescription
GetConstraint(Integer)

Represents method GetConstraint(Integer).

SetConstraint(Integer,Integer)

Represents method SetConstraint(Integer,Integer).

Top