FMX.TabControl.TTabItem.StyleLookup
Delphi
property StyleLookup: string read GetStyleLookup write SetStyleLookup;
C++
__property System::UnicodeString StyleLookup = {read=GetStyleLookup, write=SetStyleLookup};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | published | FMX.TabControl.pas FMX.TabControl.hpp |
FMX.TabControl | TTabItem |
Description
Name of the ressource object, to which the current TStyledControl is linked.
If ShowAsDot is True, the name of the ressource object is "tabdotstyle" and you cannot overwrite it. To use a custom resource object name, first ensure that the value of ShowAsDot is False.
For more information, see TStyledControl.StyleLookup.