|
TRVTableItemInfo.SetCellVAlign |
Top Previous Next |
|
Assigns Value to Cells[Row, Col].VAlign, as an editing operation. procedure SetCellVAlign(Value: TRVCellVAlign; Row,Col: Integer); (introduced in version 1.6) Unlike direct assignment to Cells[Row, Col].VAlign 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: |