FMX.Memo.Style.TEditAction.ActionType
Delphi
ActionType: TActionType;
C++
Fmx::Text::Undomanager::TActionType ActionType;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| field | public | FMX.Memo.Style.pas FMX.Memo.Style.hpp |
FMX.Memo.Style | TEditAction |
Description
Specifies the type of operation described by the current object.
ActionType specifies whether the current object describes an insert or a delete operation.
| Name | Description |
|---|---|
Delete
|
Specifies that the current object describes a delete operation. |
Insert
|
Specifies that the current object describes an insert operation. |