|
TrvActionPasteSpecial |
Top Previous Next |
|
TrvActionPasteSpecial is the action for "Edit | Paste Special" command. Unit RichViewActions; Syntax TrvActionPasteSpecial = class(TrvActionPaste) Hierarchy TObject TPersistent TComponent TBasicAction TContainedAction TCustomAction TAction Description This action displays a dialog containing a list of data formats available in the Clipboard. When the user chooses a format, data are pasted into TCustomRichViewEdit component in this format. Supported formats:
If TRVAControlPanel.RVFLocalizable=True, TRVAControlPanel.RVFFormatTitle is used in the list for RVF Format. You can change it to something like "My Application's Format". But in this case you need to provide a localization of this property yourself. When pasting graphic files, the properties StoreFileName and StoreFileNameInItemName are used. Unlike all other actions inherited from TrvCustomEditAction, this action cannot work with editor types other than TCustomRichViewEdit. |