|
TRVTableItemInfo.SetCellBestHeight |
Top Previous Next |
|
Assigns Value to Cells[Row, Col].BestHeight, as an editing operation. procedure SetCellBestHeight(Value: Integer; Row,Col: Integer); Unlike direct assignment to Cells[Row, Col].BestHeight 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: |