|
Top Previous Next |
|
TrvActionInsertFile is the action for "Insert | File" command. Unit RichViewActions; Syntax TrvActionInsertFile = class(TrvActionCustomFileIO) Hierarchy TObject TPersistent TComponent TBasicAction TContainedAction TCustomAction TAction Description This action displays a file opening dialog and inserts the chosen file in the caret position. In addition to formats supported by TrvActionOpen action, this action supports: •HTML (not only if rvHtmlViewImporter, but also if rvHtmlImporter is used) •formats supported by Microsoft Office file import converters. |