Table of Contents

TTMSFNCDataGrid.DeleteRows Method

Removes ACount consecutive rows starting at ARow.

API unit family: TMSFNCDataGrid Declaring type: TTMSFNCDataGrid Inherited from: TTMSFNCCustomDataGrid

Syntax

procedure DeleteRows(ARow, ACount: Integer);

Parameters

Name Description
ARow Zero-based index of the first row to delete.
ACount Number of rows to delete.