Vcl.Controls.TSizeConstraints.MaxHeight

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property MaxHeight: TConstraintSize index 0 read FMaxHeight write SetConstraints default 0;

C++

__property TConstraintSize MaxHeight = {read=FMaxHeight, write=SetConstraints, index=0, default=0};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TSizeConstraints

Beschreibung

Gibt die maximale Höhe des Steuerelements an.

Mit MaxHeight kann die maximale Höhe des Steuerelements festgelegt werden.