FMX.ComboEdit.TComboEdit.Caret

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Caret: TCustomCaret read GetCaret write SetCaret;

C++

__property Caret;

Properties

Type Visibility Source Unit Parent
property published
FMX.ComboEdit.pas
FMX.ComboEdit.hpp
FMX.ComboEdit TComboEdit

Description

Represents the caret of the control.

FMX.ComboEdit.TComboEdit.Caret inherits from FMX.Edit.TCustomEdit.Caret. All content below this line refers to FMX.Edit.TCustomEdit.Caret. Represents the caret of the control.

Caret is of type TCaret.

See Also