FMX.Types.Flasher

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Flasher(const CaretClass: TCaretClass): TFmxObject;

C++

extern DELPHI_PACKAGE TFmxObject* __fastcall Flasher(const TCaretClass CaretClass);

Properties

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

Description

Returns the flasher object registered for the TCustomCaret object specified in the CaretClass parameter.

When Flasher is called the first time, it creates the single flasher for the specified TCustomCaret object. This flasher is created as an instance of the FlasherClass registered by RegisterFlasherClass.

If a flasher is not registered for the specified TCustomCaret object, then Flasher raises an exception.

See Also