FMX.Memo.Style.TEditAction Fields

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
ActionTypepublicSpecifies the type of operation described by the current object.
CaretMovedpublicIndicates if the caret moved after the text was removed.
DeletedFragmentpublicRepresents the text that has been deleted by the operation described by the current object.
LengthpublicRepresents the length of the text that has been inserted in the operation described by the current object.
PairedWithPrevpublicSpecifies whether the current object is paired with the previous one from the action stack.
StartPositionpublicRepresents the start position of the text being deleted or inserted.
TypedpublicSpecifies if the text was inserted typing the keyboard.
WasSelectedpublicSpecifies if the removed text was selected or not.