FMX.Memo.TMemo.Caret

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Caret: TCaret read GetCaret write SetCaret;

C++

__property Caret;

Properties

Type Visibility Source Unit Parent
property published
FMX.Memo.pas
FMX.Memo.hpp
FMX.Memo TMemo

Description

Provides access to the TCaret attached to the memo control.

FMX.Memo.TMemo.Caret inherits from FMX.Memo.TCustomMemo.Caret. All content below this line refers to FMX.Memo.TCustomMemo.Caret.

Provides access to the TCaret attached to the memo control.

See Also