TRVTableItemInfo.SetBackgroundProperty

<< Click to display table of contents >>

TRVTableItemInfo.SetBackgroundProperty

Assigns Value to the property of BackgroundProperties identified by PropId, as an editing operation.

procedure SetBackgroundProperty(
  PropId: TRVBackgroundPropertyId;
  Value: NativeInt);

Any assignment to properties of BackgroundProperties can be undone/redone, if it was called for a table inserted in TRichViewEdit (after insertion).

This method was added to allow working with table properties in the same way as with cell properties (see SetCellBackgroundProperty).

See also:

Undo/redo in tables;

Undo/redo in TRichViewEdit.