FMX.Memo.Types.TActionType
Delphi
TActionType = FMX.Text.UndoManager.TActionType deprecated 'use FMX.Text.UndoManager.TActionType instead';
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
enum | public | FMX.Memo.Types.pas | FMX.Memo.Types | FMX.Memo.Types |
Description
Represents an enumeration of action types.
Types.TActionType enumerates a number of possible types of actions (operations) that a Style.TEditAction object can describe.
The following table lists the possible values of Types.TActionType:
Name | Description |
---|---|
Delete
|
Indicates a delete action (operation). |
Insert
|
Indicates an insert action (operation). |