Table of Contents

TTMSFNCDataGridRenderer.OnGetInplaceEditorClass Event

Fired to let the application supply a custom in-place editor class for a cell.

API unit family: TMSFNCDataGridRenderer Declaring type: TTMSFNCDataGridRenderer

Syntax

OnGetInplaceEditorClass: TTMSFNCDataGridGetInplaceEditorClassEvent;

Parameters

Name Description
Sender Renderer that fired the event.
ACell Cell coordinate that will be edited.
AInplaceEditorClass Editor class to instantiate for the cell.