TRVTableItemInfo.SetCellBackgroundImageFileName

<< Click to display table of contents >>

TRVTableItemInfo.SetCellBackgroundImageFileName

Assigns Value to Cells[Row, Col].BackgroundImageFileName, as an editing operation.

procedure SetCellBackgroundImageFileName(

  const Value: TRVUnicodeString; Row,Col: Integer);

(changed in version 18)

Unlike a direct assignment to Cells[Row, Col].BackgroundImageFileName property, this method can be undone/redone, if it was called for table inserted in TRichViewEdit (after insertion).

Use this method in conjunction with methods for updating editor window, see example.

See also:

Undo/redo in tables;

Undo/redo in TRichViewEdit.