<< Click to display table of contents >> TrvActionBookmarks |
TrvActionBookmarks is the action for "Insert Bookmark..." command.
Unit RichViewActions;
Syntax
TrvActionBookmarks = class(TrvAction)
TObject TPersistent TComponent TBasicAction TContainedAction TCustomAction TAction |
Description
This action displays a dialog window allowing to:
•insert a new checkpoint (bookmark) at the current position in the target editor
•delete existing checkpoints
•move the caret to an existing checkpoint
This action allows in bookmark names:
•alphanumeric characters;
•'_';
•characters included in AllowedCharacters.
If you use this action with Report Workshop, assign '{}' to AllowedCharacters.