<< Click to display table of contents >> TrvActionInsertText |
TrvActionInsertText is the action for text insertion.
Unit RichViewActions;
Syntax
TrvActionInsertText = class(TrvAction)
TObject TPersistent TComponent TBasicAction TContainedAction TCustomAction TAction |
Description
This action calls OnInsertText event and inserts the returned text in the caret position. This action does not have predefined Caption and Hint. Assign these properties yourself.
For example, this action may be used to insert the current date or time.
This action does not introduce any new properties in addition to properties of TrvAction.
See also: