TrvActionPasteSpecial.StoreFileName

Top  Previous  Next

This property is used when pasting graphic files.

property StoreFileName: Boolean;

If this property is True, path to the graphic file is stored in the document in the rvespImageFileName item property (see the RichView help file, TRVExtraItemStrProperty type).This is a recommended way to store path to graphic files. You can use these file names when saving HTML files (Include rvsoUseItemImageFileNames in TrvActionSave.SaveOptions and TrvActionExport.SaveOptions).

Paths cannot be stored for bitmaps and metafiles pasted in CF_BITMAP and CF_METAFILEPICT formats.

Default value

False

See also:

TrvActionInsertPicture.StoreFileName

TrvActionItemProperties.StoreImageFileName

TrvActionTableProperties.StoreImageFileName

TCustomRichView.RTFReadProperties.StoreImagesFileNames

HTML Import (for images inserted with HTML, paths to graphic files are always stored in rvespImageFileName)


RichView © Sergey Tkachenko