FMX.Memo.TCustomMemo.Caret

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Caret: TCaret read GetCaret write SetCaret;

C++

__property Fmx::Controls::TCaret* Caret = {read=GetCaret, write=SetCaret};

Properties

Type Visibility Source Unit Parent
property public
FMX.Memo.pas
FMX.Memo.hpp
FMX.Memo TCustomMemo

Description

Provides access to the TCaret attached to the memo control.

See Also