FMX.Objects.TCaretRectangle.Caret

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Caret: TCustomCaret read GetCaret write SetCaret;

C++

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

Properties

Type Visibility Source Unit Parent
property public
FMX.Objects.pas
FMX.Objects.hpp
FMX.Objects TCaretRectangle

Description

Caret is a TCustomCaret that describes the caret of this TCaretRectangle.

See Also