TTMSFNCDataGrid.GetCellKind Method
Returns the kind (type) of the specified cell, such as normal text, button, checkbox, bitmap, progress bar, etc.
API unit family: TMSFNCDataGrid
Declaring type: TTMSFNCDataGrid
Inherited from: TTMSFNCCustomDataGrid
Syntax
function GetCellKind(ACell: TTMSFNCDataGridCellCoord): TTMSFNCDataGridCellKind;
Parameters
| Name | Description |
|---|---|
ACell |
The cell coordinate to inspect. |
Returns
A TTMSFNCDataGridCellKind value describing the cell type.