Table of Contents

TTMSFNCDataGridRenderer.OnCellButtonClick Event

Fired when the user clicks a button cell.

API unit family: TMSFNCDataGridRenderer Declaring type: TTMSFNCDataGridRenderer

Syntax

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