FMX.Memo.Style.TEditAction.CaretMoved

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

CaretMoved: Boolean;

C++

bool CaretMoved;

Properties

Type Visibility Source Unit Parent
field public
FMX.Memo.Style.pas
FMX.Memo.Style.hpp
FMX.Memo.Style TEditAction

Description

Indicates if the caret moved after the text was removed.

The Boolean CaretMoved field indicates whether the caret was or not moved after the text was removed.

See Also