Table of Contents

TTMSFNCDataGridData.CanMoveRow Method

Returns True when moving the specified row is permitted by current options and event handlers.

API unit family: TMSFNCDataGridData Declaring type: TTMSFNCDataGridData

Syntax

function CanMoveRow(AFromRow, AToRow: Integer): Boolean;

Parameters

Name Description
AFromRow Zero-based row index used by the operation.
AToRow Zero-based row index used by the operation.

Returns

True when the condition described by the method name is met; otherwise False.