Table of Contents

TTMSFNCDataGridRenderer.OnCellEditGetData Event

Fired when the in-place editor needs to read data from an external source to initialise itself. Use this to supply values that are not stored in the grid's cell dictionary.

API unit family: TMSFNCDataGridRenderer Declaring type: TTMSFNCDataGridRenderer

Syntax

OnCellEditGetData: TTMSFNCDataGridCellEditGetDataEvent;

Parameters

Name Description
Sender Renderer that fired the event.
ACell Cell coordinate being edited.
AInplaceEditor In-place editor requesting the value.
AValue Value supplied to the editor.