TTMSFNCDataGridData.DeleteRows Method
Removes ACount rows starting at ARow, shifting subsequent rows up.
API unit family: TMSFNCDataGridData
Declaring type: TTMSFNCDataGridData
Syntax
procedure DeleteRows(ARow, ACount: Integer); virtual;
Parameters
| Name | Description |
|---|---|
ARow |
Zero-based row index used by the operation. |
ACount |
Argument used by the operation. |