<< Click to display table of contents >> TrvActionInsertPicture.StoreFileNameInItemName |
Specifies whether file names (full paths) are stored in item names of inserted pictures.
property StoreFileNameInItemName: Boolean;
If this property is True, path to the graphic file is stored in the document in the item name (item text).
It's not recommended to use this option. The recommended place for storing image file names is rvespImageFileName extra item property. It is assigned if rvoAssignImageFileNames is included in the Options property of the target editor.
Default value
False
See also:
•TrvActionPasteSpecial.StoreFileNameInItemName
•TrvActionItemProperties (does not support storing paths in item names)
•RTF reading (does not support storing paths in item names)