rvico TRichView Reference | Item Types | Table

TRVTableItemInfo.SetRowVAlign

Top  Previous  Next

Assigns Value to Rows[Row].VAlign, as an editing operation.

procedure SetRowVAlign(Value: TRVCellVAlign; Row: Integer);

(introduced in version 1.6)

Unlike direct assignment to Rows[Row].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:

Undo/redo in tables;

Undo/redo in TRichViewEdit.


RichView © Sergey Tkachenko