FMX.Edit.TEdit.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.Edit.pas
FMX.Edit.hpp
FMX.Edit TEdit

Description

Provides access to the caret attached to the edit component.

See Also