Table of Contents

TTMSFNCCustomDataGridDatabaseAdapter.IsValidDataCell Method

Returns True when ACell falls within the data area of the grid (i.e. not a fixed row or column and within the current dataset bounds).

API unit family: TMSFNCDataGridDatabaseAdapter Declaring type: TTMSFNCCustomDataGridDatabaseAdapter

Syntax

function IsValidDataCell(ACell: TTMSFNCDataGridCellCoord): Boolean;

Parameters

Name Description
ACell Cell coordinate used by the operation.

Returns

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