Table of Contents

TTMSFNCDataGridRenderer.OnCanEditCell Event

Fired to ask whether cell (AColumn, ARow) may be edited.

API unit family: TMSFNCDataGridRenderer Declaring type: TTMSFNCDataGridRenderer

Syntax

OnCanEditCell: TTMSFNCDataGridCanEditCellEvent;

Parameters

Name Description
Sender Renderer that fired the event.
AColumn Zero-based column index of the cell.
ARow Zero-based row index of the cell.
ACanEdit Set to False to prevent editing the cell.