FMX.Objects.TCaretRectangle.Caret

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Caret: TCustomCaret read GetCaret write SetCaret;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
FMX.Objects.pas
FMX.Objects.hpp
FMX.Objects TCaretRectangle

Beschreibung

Caret ist ein TCustomCaret-Objekt, das den Cursor dieses TCaretRectangle-Objekts beschreibt.

Siehe auch