<< Click to display table of contents >> TRVTableItemInfo.SetCellHint |
Assigns Value to Cells[Row, Col].Hint, as an editing operation.
procedure SetCellHint(const Value: TRVUnicodeString; Row,Col: Integer);
Unlike a direct assignment to Cells[Row, Col].Hint 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: