Table of Contents

TTMSFNCCustomDataGridDatabaseAdapter.EditSetData Method

Stores the value from an in-place editor into the pending dataset field value for ACell.

API unit family: TMSFNCDataGridDatabaseAdapter Declaring type: TTMSFNCCustomDataGridDatabaseAdapter

Syntax

procedure EditSetData(ACell: TTMSFNCDataGridCellCoord; AInplaceEditor: TTMSFNCDataGridInplaceEditor; var AValue: TTMSFNCDataGridCellValue); override;

Parameters

Name Description
ACell Grid cell coordinate being edited.
AInplaceEditor Editor control that produced the value.
AValue Value passed back to the grid after dataset conversion.