Table of Contents

TTMSFNCDataGridCore.IsCellValid Method

Returns True when the cell's column and row indices are within the current grid bounds.

API unit family: TMSFNCDataGridCore Declaring type: TTMSFNCDataGridCore

Overloads

Overload 1

Returns True when the cell's column and row indices are within the current grid bounds.

function IsCellValid(ACell: TTMSFNCDataGridCellCoord): Boolean; overload;

Parameters

Name Description
ACell Cell coordinate used by the operation.

Returns

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

Overload 2

Returns True when AColumn and ARow are within the current grid bounds.

function IsCellValid(AColumn, ARow: Integer): Boolean; overload;

Parameters

Name Description
AColumn Zero-based column index to validate.
ARow Zero-based row index to validate.

Returns

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