|
TrvActionExport |
Top Previous Next |
|
TrvActionExport is the action for "File | Export..." command. Unit RichViewActions; Syntax TrvActionExport = class(TrvActionCustomFileIO) Hierarchy TObject TPersistent TComponent TBasicAction TContainedAction TCustomAction TAction Description This action displays a file saving dialog and saves the content of TRichViewEdit component in the chosen file. In addition to formats supported by TrvActionSaveAs action, this action supports:
After the execution, this TCustomRichViewEdit component is still associated with the file name and format assigned by the last execution of TrvActionNew, TrvActionOpen or TrvActionSaveAs action. TrvActionExport does not change this association. This action performs the following tasks:
|