FMX.Types.TCustomCaret.DoUpdateFlasher

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoUpdateFlasher; virtual;

C++

virtual void __fastcall DoUpdateFlasher();

Properties

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

Description

Updates the state of a flasher used in the TCustomCaret.

DoUpdateFlasher is internally called from UpdateFlasher and other methods. You should not call DoUpdateFlasher from your code.

See Also