FMX.Controls.TControl.GetContainerHeight

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetContainerHeight: Single;

C++

float __fastcall GetContainerHeight();

Properties

Type Visibility Source Unit Parent
function protected
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls TControl

Description

Getter function for the ContainerHeight property.

The container height is equal to the control height.

See Also