FMX.Types.RegisterFlasherClass
Delphi
procedure RegisterFlasherClass(const FlasherClass: TFmxObjectClass; const CaretClass: TCaretClass);
C++
extern DELPHI_PACKAGE void __fastcall RegisterFlasherClass(const TFmxObjectClass FlasherClass, const TCaretClass CaretClass);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
public | FMX.Types.pas FMX.Types.hpp |
FMX.Types | FMX.Types |
Description
Registers the flasher class for the TCustomCaret object specified in the CaretClass parameter.
If the specified FlasherClass class does not support the IFlasher interface, then an exception is raised.
If a flasher class is already registered for the TCustomCaret object specified in the CaretClass parameter, then the specified FlasherClass is registered instead of the old one.