Table of Contents

TTMSFNCCustomDataGridDatabaseAdapter.ConvertDataToField Method

Writes the grid cell value for ACell back to AField in the dataset, applying the OnDataToField event. Call after in-place editing to post a single field without posting the entire record.

API unit family: TMSFNCDataGridDatabaseAdapter Declaring type: TTMSFNCCustomDataGridDatabaseAdapter

Syntax

procedure ConvertDataToField(ACell: TTMSFNCDataGridCellCoord; AMasterField, AField: TField; AInplaceEditor: TTMSFNCDataGridInplaceEditor; ACellValue: TTMSFNCDataGridCellValue);

Parameters

Name Description
ACell Cell coordinate used by the operation.
AMasterField Dataset field used by the operation.
AField Dataset field used by the operation.
AInplaceEditor Argument used by the operation.
ACellValue Cell coordinate used by the operation.