TTMSFNCDataGridDatabaseAdapter.IsValidDataCell Method
Returns True when
ACellfalls 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: TTMSFNCDataGridDatabaseAdapter
Inherited from: 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.