FMX.StdCtrls.TExpander.SetHeaderHeight
Delphi
procedure SetHeaderHeight(const Value: Integer);
C++
void __fastcall SetHeaderHeight(const int Value);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
protected | FMX.StdCtrls.pas FMX.StdCtrls.hpp |
FMX.StdCtrls | TExpander |
Description
Returns the calculated header height.
Default value is -1. It doesn't allow to set the value.
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.