FMX.Edit.TCustomEdit.StyledSettingsStored

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function StyledSettingsStored: Boolean; virtual;

C++

virtual bool __fastcall StyledSettingsStored();

Properties

Type Visibility Source Unit Parent
function protected
FMX.Edit.pas
FMX.Edit.hpp
FMX.Edit TCustomEdit

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.

See Also

See Also