FMX.ComboTrackBar.TComboTrackBar.GetDefaultStyleLookupName

From RAD Studio API Documentation

Delphi

function GetDefaultStyleLookupName: string; override;

C++

virtual System::UnicodeString __fastcall GetDefaultStyleLookupName(void);

Properties

Type Visibility Source Unit Parent
function protected
FMX.ComboTrackBar.pas
FMX.ComboTrackBar.hpp
FMX.ComboTrackBar TComboTrackBar

Description

Protected getter implementation for the DefaultStyleLookupName property. {{#multireplace:FMX.ComboTrackBar.TComboTrackBar.GetDefaultStyleLookupName|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:FMX.Controls.TStyledControl.GetDefaultStyleLookupName|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:FMX.Controls.TStyledControl.GetDefaultStyleLookupName|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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