FMX.Graphics.TTextSettings.Change

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Change;

C++

void __fastcall Change();

Properties

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

Description

Calls DoChanged when any of the styled text representation properties of the current TTextSettings object is changed.

Change is called when any of the Font, FontColor, HorzAlign, VertAlign, Trimming or WordWrap properties is changed.

Change sets IsChanged = True. Then, if the object is not in an updating state (UpdateCount = 0), Change calls DoChanged to fire the OnChanged event. Change then clears IsChanged and IsAdjustChanged (sets them to False).

See Also