TrvActionPasteSpecial.StoreFileNameInItemName |
Top Previous Next |
|
This property is used when pasting graphic files (CF_HDROP). 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. Use StoreFileName instead. 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) •TRvHtmlViewImporter.StoreFileNameInItemName •TRvHtmlImporter.Options (rvhtmloImgSrcToImageName option) |