FMX.TabControl.TTabControl.EffectiveFullSize

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property EffectiveFullSize: Boolean read GetEffectiveFullSize;

C++

__property bool EffectiveFullSize = {read=GetEffectiveFullSize, nodefault};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
FMX.TabControl.pas
FMX.TabControl.hpp
FMX.TabControl TTabControl


Beschreibung

Gibt an, ob die Registerkarten-Schaltflächen den gesamten Raum in Registerkartenband einnehmen.

Weitere Einzelheiten finden Sie unter der Getter-Methode GetEffectiveFullSize.

Siehe auch