TTMSFNCCustomDataGridDatabaseAdapter.ConvertFieldToData Method
Reads the current value of
AFieldfrom the dataset and converts it intoACellValue, firingOnFieldToDatafor custom overrides.
API unit family: TMSFNCDataGridDatabaseAdapter
Declaring type: 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. |