FMX.StdCtrls.TPresentedTextControl.StyledSettingsStored
Delphi
function StyledSettingsStored: Boolean; virtual;
C++
virtual bool __fastcall StyledSettingsStored();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | protected | FMX.StdCtrls.pas FMX.StdCtrls.hpp |
FMX.StdCtrls | TPresentedTextControl |
Description
Indicates whether the set of styled text representation properties stored in StyledSettings differs from the default set for this control.
StyledSettingsStored returns True
when the set of styled text representation properties stored in
StyledSettings differs from the default set of styled text representation properties for this control.
When StyledSettingsStored returns True
, then values of text representation properties of this control are stored in the corresponding FMX file.