TTMSFNCDataGrid.CanDeleteRow Method
Checks whether deleting the specified row is permitted by grid options and events.
API unit family: TMSFNCDataGrid
Declaring type: TTMSFNCDataGrid
Inherited from: TTMSFNCCustomDataGrid
Syntax
function CanDeleteRow(ARow: Integer): Boolean;
Parameters
| Name | Description |
|---|---|
ARow |
Zero-based index of the row to test. |
Returns
True if the row can be deleted.