FMX.Types.TCustomCaret.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.Types.pas
FMX.Types.hpp
FMX.Types TCustomCaret

Description

Decrements the value of UpdateCount.

EndUpdate is called in Assign after changing the Size, Color, and Interval properties. Assign calls DoUpdateFlasher to update TCustomCaret when a call to EndUpdate decrements UpdateCount to 0.

See Also