Table of Contents

TTMSFNCDataGridRenderer.OnGetCellSupportsRealControl Event

Fired to determine whether a cell's embedded control can show its native in-place representation.

API unit family: TMSFNCDataGridRenderer Declaring type: TTMSFNCDataGridRenderer

Syntax

OnGetCellSupportsRealControl: TTMSFNCDataGridGetCellSupportsRealControlEvent;

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.
AControl Embedded control being queried.
ASupportsRealControl Set to True when the control can be represented as a real native control.