Table of Contents

TTMSFNCDataGrid.SelectCell Method

Selects the specified cell, optionally applying Shift or Ctrl multi-selection semantics.

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

Syntax

procedure SelectCell(ACell: TTMSFNCDataGridCellCoord; AShift: TShiftState = []);

Parameters

Name Description
ACell Cell coordinate to select.
AShift Shift state for multi-selection (Shift extends, Ctrl toggles).