TRVTableItemInfo.BackgroundImageFileName

<< Click to display table of contents >>

TRVTableItemInfo.BackgroundImageFileName

A string storing the file name associated with BackgroundImage.

property BackgroundImageFileName: TRVUnicodeString;

(introduced in v1.9; changed in version 18)

If rvhtmlsioUseItemImageFileNames in HTMLSaveProperties.ImageOptions, images with defined (non-empty) file names will not be saved, but their file names will be written in HTML. This value is also accessible as extra string property rvespImageFileName.

Assignment to this property cannot be undone by the user; to make an undoable assignment, use rvespImageFileName property.

See also properties of table cell:

BackgroundImageFileName.