FMX.Graphics.TTextSettings.IsChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IsChanged: Boolean read FIsChanged write FIsChanged;

C++

__property bool IsChanged = {read=FIsChanged, write=FIsChanged, nodefault};

Properties

Type Visibility Source Unit Parent
property public
FMX.Graphics.pas
FMX.Graphics.hpp
FMX.Graphics TTextSettings

Description

TTextSettings sets IsChanged when any styled text representation property of the current TTextSettings object is changed.

TTextSettings sets IsChanged = True when any of the Font, FontColor, HorzAlign, VertAlign, Trimming or WordWrap styled text representation properties is changed.

In your OnChanged event handler, you can check values of IsChanged and IsAdjustChanged.

See Also