FMX.StdCtrls.TExpander.GetHeaderHeight

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetHeaderHeight: Integer;

C++

int __fastcall GetHeaderHeight();

Properties

Type Visibility Source Unit Parent
function protected
FMX.StdCtrls.pas
FMX.StdCtrls.hpp
FMX.StdCtrls TExpander

Description

Returns the calculated header height.

Default value is -1.

When the value is -1, if the style defines a header element style, the element height will be taken for default. If style element is not defined, it takes the FMX.StdCtrls.TExpander.cDefaultHeaderHeight value.