Table of Contents

TTMSFNCCustomDataGrid.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: TTMSFNCCustomDataGrid

Syntax

function GetCellKind(ACell: TTMSFNCDataGridCellCoord): TTMSFNCDataGridCellKind;

Parameters

Name Description
ACell The cell coordinate to inspect.

Returns

A TTMSFNCDataGridCellKind value describing the cell type.