Skip to main content

TcxCustomVerticalGrid.ClearRows Method

Deletes all the rows from the control.

Declaration

procedure ClearRows;

Remarks

You can use the ClearRows method to delete all the rows from the grid control.

After the rows have been deleted, you may wish to add new ones. This can be done either by adding row-by-row using the Add (or AddChild) method or by copying existing rows from another vertical grid control via AssignRows.

See Also