Table of Contents

TTMSFNCCustomDataGrid.CanInsertRow Method

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

API unit family: TMSFNCDataGrid Declaring type: 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.