Table of Contents

TTMSFNCDataGridRenderer.OnCellEditValidateData Event

Fired to validate the edited value before it is committed. Set AValid to False to keep the editor open.

API unit family: TMSFNCDataGridRenderer Declaring type: TTMSFNCDataGridRenderer

Syntax

OnCellEditValidateData: TTMSFNCDataGridCellEditValidateDataEvent;

Parameters

Name Description
Sender Renderer that fired the event.
ACell Cell coordinate being edited.
AInplaceEditor In-place editor that produced the value.
AValue Value to validate.
AValid Set to False to reject the value.