FMX.Controls.TStyledControl.GetDefaultStyleLookupName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetDefaultStyleLookupName: string; virtual;

C++

virtual System::UnicodeString __fastcall GetDefaultStyleLookupName(void);

Properties

Type Visibility Source Unit Parent
function protected
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls TStyledControl

Description

Protected getter implementation for the DefaultStyleLookupName property.

When you Create a styled FireMonkey component by extending an existing component, override this method, if you want your component to inherit styles from the parent component. See Step 2 - Implement a Property to Specify the Format: Inheriting Styles of the Parent Component for more information and example code.

See Also