FMX.ComboEdit.Style.TComboEditListBox.GetDefaultStyleLookupName
Delphi
function GetDefaultStyleLookupName: string; override;
C++
virtual System::UnicodeString __fastcall GetDefaultStyleLookupName(void);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | protected | FMX.ComboEdit.Style.pas FMX.ComboEdit.Style.hpp |
FMX.ComboEdit.Style | TComboEditListBox |
Description
Protected getter implementation for the DefaultStyleLookupName property.
FMX.ComboEdit.Style.TComboEditListBox.GetDefaultStyleLookupName inherits from FMX.Controls.TStyledControl.GetDefaultStyleLookupName. All content below this line refers to FMX.Controls.TStyledControl.GetDefaultStyleLookupName.
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.