Table of Contents

TTMSFNCDataGridRenderer.OnCellClick Event

Fired when the user clicks a cell (single click).

API unit family: TMSFNCDataGridRenderer Declaring type: TTMSFNCDataGridRenderer

Syntax

OnCellClick: TTMSFNCDataGridCellClickEvent;

Parameters

Name Description
Sender Renderer that fired the event.
AColumn Zero-based column index of the clicked cell.
ARow Zero-based row index of the clicked cell.