Table of Contents

TTMSFNCDataGrid.IsCellSelected Method

Returns True when the cell is currently selected.

API unit family: TMSFNCDataGrid Declaring type: TTMSFNCDataGrid Inherited from: TTMSFNCCustomDataGrid

Syntax

function IsCellSelected(ACell: TTMSFNCDataGridCellCoord): Boolean;

Parameters

Name Description
ACell Cell coordinate to test.

Returns

True if the cell is part of the current selection.