TrvActionItemProperties.StoreImageFileName

<< Click to display table of contents >>

TrvActionItemProperties.StoreImageFileName

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 rvhtmlsioUseItemImageFileNames in HTMLSaveProperties.ImageOptions of the target editor).

Default value

False

See also:

TCustomRichView.RTFReadProperties.StoreImagesFileNames

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