FMX.Text.ITextActions Methods

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
AddRefpublicIncrements the reference count for this interface.
CopyToClipboardpublicCopies the currently selected text to the clipboard.
CutToClipboardpublicCopies the current selection to the clipboard and then deletes it from the current position.
DeleteSelectionpublicDeletes the selected text.
GoToTextBeginpublicMoves the text cursor to the text beginning.
GoToTextEndpublicMoves the text cursor to the text end.
PasteFromClipboardpublicPastes current text from the clipboard to the current location.
QueryInterfacepublicReturns a reference to a specified interface if the object supports that interface.
ReleasepublicDecrements the reference count for this interface.
ReplacepublicReplaces a text, specified through the start position and length, with a specified text.
ResetSelectionpublicResets the current selection.
SelectAllpublicSelects all the current text.
SelectWordpublicSelects the word at the current position.
SupportspublicIndicates whether a given interface supports a specific (another) interface.