FMX.Controls.TControl.AbsoluteHeight

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AbsoluteHeight: Single read GetAbsoluteHeight;

C++

__property float AbsoluteHeight = {read=GetAbsoluteHeight};

Properties

Type Visibility Source Unit Parent
property public
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls TControl

Description

Specifies the absolute height of the control.

Usually, it has the same value as the Height property. The value can be affected by the transformations applied over the control.

See Also