TRVTableItemInfo.SetCellTag

<< Click to display table of contents >>

TRVTableItemInfo.SetCellTag

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

procedure SetCellVAlign(Value: Tag; Row,Col: Integer);

(introduced in version 14)

Unlike a direct assignment to Cells[Row, Col].Tag property, this method can be undone/redone, if it was called for the 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

Tags