Table of Contents

TTMSFNCDataGrid.CanInsertRow Method

Checks whether inserting a row at the specified index is permitted by grid options and events.

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

Syntax

function CanInsertRow(ARow: Integer): Boolean;

Parameters

Name Description
ARow Zero-based index at which the row would be inserted.

Returns

True if a row can be inserted at the given index.