Table of Contents

TTMSFNCDataGridDatabaseAdapter.ConvertFieldToData Method

Reads the current value of AField from the dataset and converts it into ACellValue, firing OnFieldToData for custom overrides.

API unit family: TMSFNCDataGridDatabaseAdapter Declaring type: TTMSFNCDataGridDatabaseAdapter Inherited from: TTMSFNCCustomDataGridDatabaseAdapter

Syntax

procedure ConvertFieldToData(ACell: TTMSFNCDataGridCellCoord; AMasterField, AField: TField; var 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.
ACellValue Cell coordinate used by the operation.