FMX.ListBox.TListBoxItem.StyledSettingsStored

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function StyledSettingsStored: Boolean; override;

C++

virtual bool __fastcall StyledSettingsStored();

Properties

Type Visibility Source Unit Parent
function protected
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox TListBoxItem

Description

Retrieves whether any of the default values of font properties that are stored in the StyledSettings property is changed.

FMX.ListBox.TListBoxItem.StyledSettingsStored inherits from FMX.Controls.TTextControl.StyledSettingsStored. All content below this line refers to FMX.Controls.TTextControl.StyledSettingsStored.

Retrieves whether any of the default values of font properties that are stored in the StyledSettings property is changed.

StyledSettingsStored retrieves whether StyledSettings needs to be stored in the .fmx form file, keeping the description of the FMX form.

StyledSettingsStored returns True if StyledSettings <> DefaultStyledSettings. The DefaultStyledSettings property is set during the style loading in the ApplyStyle method. See also AllStyledSettings.

See Also