FMX.Controls.TStyledControl.DefaultStyleLookupName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DefaultStyleLookupName: string read GetDefaultStyleLookupName;

C++

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

Properties

Type Visibility Source Unit Parent
property public
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls TStyledControl

Description

Returns a string with the name of the default style of this control.

The name of the default style is composed of the class name without the leading T, followed by the string style, for instance panelstyle.

See Also