TTMSFNCDataGridDatabaseAdapter.ConvertDataToField Method
Writes the grid cell value for
ACellback toAFieldin the dataset, applying theOnDataToFieldevent. Call after in-place editing to post a single field without posting the entire record.
API unit family: TMSFNCDataGridDatabaseAdapter
Declaring type: TTMSFNCDataGridDatabaseAdapter
Inherited from: 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. |