FMX.Graphics.TTextSettings.EndUpdate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure EndUpdate;

C++

void __fastcall EndUpdate();

Properties

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

Description

Decreases by one the UpdateCount number of started and not accomplished updates of styled text representation properties and, if any styled text representation property of the current TTextSettings object is changed, then EndUpdate calls DoChanged.

At first, EndUpdate decreases UpdateCount by one. If after UpdateCount = 0 and any styled text representation property of the current TTextSettings object is changed (IsChanged or IsAdjustChanged is True), then EndUpdate calls DoChanged to fire the OnChanged event. EndUpdate clears then IsChanged and IsAdjustChanged (sets them to False).

See Also