FMX.Types.TCustomCaret.BeginUpdate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure BeginUpdate;

C++

void __fastcall BeginUpdate();

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Types.pas
FMX.Types.hpp
FMX.Types TCustomCaret

Description

Increments the value of UpdateCount.

BeginUpdate is called in Assign before changing the values of any of the Size, Color, and Interval properties to delay the update of TCustomCaret.

See Also