<< Click to display table of contents >> TrvActionItemProperties |
TrvActionItemProperties is the action for "Object Properties" command.
Unit RichViewActions;
Syntax
TrvActionItemProperties = class(TrvAction)
TObject TPersistent TComponent TBasicAction TContainedAction TCustomAction TAction |
Description
This action displays a dialog for changing properties of items of the following types:
•pictures and "hot-pictures"
•"breaks" (horizontal lines)
•tables
•sidenotes and text box items
•numbered sequences
•page numbers and page counts
•other (using OnCustomItemPropertiesDialog event)
The user can check "Default" check box in this dialog to assign properties of new tables and horizontal lines.
If rvoAssignImageFileNames is included in the Options property of the target editor, path to the graphic file is stored in the document:
•in the rvespImageFileName item property (see the TRichView help file, TRVExtraItemStrProperty type) for tables, pictures and "hot-pictures";
•in BackgroundImageFileName cell property for table cells.
See also: