FMX.Forms.TCommonCustomForm.Height

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Height: Integer read FHeight write SetHeight stored False;

C++

__property int Height = {read=FHeight, write=SetHeight, stored=false, nodefault};

Properties

Type Visibility Source Unit Parent
property public
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms TCommonCustomForm

Description

Specifies the vertical size of the form (in pixels).

Use the Height property to read or change the height of the form.

See Also