Table of Contents

TTMSFNCDataGridRenderer.OnAfterInplaceEditorGetValue Event

Fired after the in-place editor has read its value from the grid.

API unit family: TMSFNCDataGridRenderer Declaring type: TTMSFNCDataGridRenderer

Syntax

OnAfterInplaceEditorGetValue: TTMSFNCDataGridAfterInplaceEditorGetValueEvent;

Parameters

Name Description
Sender Renderer that fired the event.
ACell Cell whose value was read by the editor.
AInplaceEditor Editor control that read the value.
AValue Value assigned to the editor.