<< Click to display table of contents >> TRVTableItemInfo.SetTableVisibleBorders |
Assigns values to VisibleBorders, as an editing operation.
procedure SetTableVisibleBorders(Left, Top, Right, Bottom: Boolean);
(introduced in version 10)
Unlike direct assignment to VisibleBorders subproperties, 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: