FMX.Forms.TCommonCustomForm.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.Forms.pas
FMX.Forms.hpp
FMX.Forms TCommonCustomForm

Description

Returns the value of the ClientHeight property.

See Also