FMX.Types.TCustomCaret.UpdateFlasher

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UpdateFlasher;

C++

void __fastcall UpdateFlasher();

Properties

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

Description

Checks the UpdateCount value and updates the state of a flasher used in the TCustomCaret.

UpdateFlasher checks that UpdateCount <= 0 and calls DoUpdateFlasher to update the state of a flasher used in the TCustomCaret.

See Also