FMX.Graphics.TTextSettings.UpdateCount
Delphi
property UpdateCount: integer read FUpdateCount;
C++
__property int UpdateCount = {read=FUpdateCount, nodefault};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | FMX.Graphics.pas FMX.Graphics.hpp |
FMX.Graphics | TTextSettings |
Description
UpdateCount counts the number of started and not accomplished updates of the current TTextSettings object.
Each call to BeginUpdate increases UpdateCount by one.
Each call to EndUpdate decreases UpdateCount by one. When UpdateCount becomes equal to 0
and any styled text representation property of the current TTextSettings object is changed (IsChanged or IsAdjustChanged is True
), then EndUpdate calls DoChanged to execute the OnChanged event handler.