FMX.Types.IFlasher.Caret

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Caret: TCustomCaret read GetCaret write SetCaret;

C++

__property TCustomCaret* Caret = {read=GetCaret, write=SetCaret};

Properties

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

Description

Keeps the TCustomCaret object in which the flasher is used.

See Also