FMX.Memo.Style.TEditAction Fields
InheritedProtected
| ActionType | public | Specifies the type of operation described by the current object. |
| CaretMoved | public | Indicates if the caret moved after the text was removed. |
| DeletedFragment | public | Represents the text that has been deleted by the operation described by the current object. |
| Length | public | Represents the length of the text that has been inserted in the operation described by the current object. |
| PairedWithPrev | public | Specifies whether the current object is paired with the previous one from the action stack. |
| StartPosition | public | Represents the start position of the text being deleted or inserted. |
| Typed | public | Specifies if the text was inserted typing the keyboard. |
| WasSelected | public | Specifies if the removed text was selected or not. |