TrvActionInsertPicture.StoreFileName

Top  Previous  Next

Specifies whether file names (full paths) are stored in item properties of inserted pictures.

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

Default value

False

See also:

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