TrvActionItemProperties.StoreImageFileName

Top  Previous  Next

Specifies whether file names (full paths) are stored for images assigned by this action.

property StoreImageFileName: 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) for tables, pictures and "hot-pictures";

in BackgroundImageFileName cell property for table cells.

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).

Default value

False

See also:

TrvActionPasteSpecial.StoreFileName

TrvActionInsertPicture.StoreFileName

TrvActionTableProperties.StoreImageFileName

TCustomRichView.RTFReadProperties.StoreImagesFileNames

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


RichView © Sergey Tkachenko