FMX.Controls.TStyledControl.ParentClassStyleLookupName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ParentClassStyleLookupName: string read GetParentClassStyleLookupName;

C++

__property System::UnicodeString ParentClassStyleLookupName = {read=GetParentClassStyleLookupName};

Properties

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

Description

The name of the default style of the parent class of this control.

The name of the style is composed of the class name without the leading T, followed by the string "style". For example, if the class name is TEdit, the style name is Editstyle.

See Also