TcxCustomVerticalGrid.Remove(TcxCustomRow) Method
In This Article
Removes a row from the grid.
#Declaration
Delphi
procedure Remove(ARow: TcxCustomRow);
#Parameters
Name | Type |
---|---|
ARow | Tcx |
#Remarks
Use the Remove method to delete a particular row from the collection of grid rows (see Rows).
The ARow parameter specifies the row to be removed.
Additionally, you can remove all rows at once using the ClearRows method.
See Also