FMX.Types.TCustomCaret.Flasher

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Flasher: IFlasher read GetFlasher;

C++

__property _di_IFlasher Flasher = {read=GetFlasher};

Properties

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

Description

Keeps the IFlasher type flasher object registered for the current TCustomCaret object.

See Also