FMX.Controls.TStyledControl.DefaultStyleLookupName

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property DefaultStyleLookupName: string read GetDefaultStyleLookupName;

C++

__property System::UnicodeString DefaultStyleLookupName = {read=GetDefaultStyleLookupName};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls TStyledControl

Beschreibung

Gibt einen String mit dem Namen des Standardstils dieses Steuerelements zurück.

Der Name des Standardstils besteht aus dem Klassennamen ohne das führende T, gefolgt vom String style (z.B. panelstyle).

Siehe auch