<< Click to display table of contents >> TrvActionInsertText.OnInsertText |
Requests text for insertion.
type
TRVAInsertTextEvent = procedure (Sender: TObject;
Editor: TCustomRichViewEdit;
var Text: TRVUnicodeString) of object;
property OnInsertText: TRVAInsertTextEvent;
The string assigned to Text will be inserted in Editor.