FMX.TabControl.TTabItem.Info

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Info: TTabItemInfo read GetInfo;

C++

__property TTabItemInfo Info = {read=GetInfo};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property protected
FMX.TabControl.pas
FMX.TabControl.hpp
FMX.TabControl TTabItem


Beschreibung

Enthält Informationen über die Größe des Registerkartentitels.

Die Methode CalcSize initialisiert die Eigenschaft Info.

Siehe auch