TrvActionPasteSpecial.StoreFileNameInItemName

<< Click to display table of contents >>

TrvActionPasteSpecial.StoreFileNameInItemName

This property is used when pasting graphic files (CF_HDROP).

property StoreFileNameInItemName: Boolean;

If this property is True, a 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.

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

Default value

False

See also:

TrvActionInsertPicture.StoreFileNameInItemName

TrvActionItemProperties (does not support storing paths in item names)

RTF reading (does not support storing paths in item names)