Vcl.Controls.TSizeConstraints.MaxHeight

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
property published
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TSizeConstraints

Description

Specifies the maximum height for the control.

Use MaxHeight to get or set the maximum height for the control.