TTMSFNCObjectInspector.OnReadDBFieldValue Event
Occurs when a dataset field value is read.
API unit family: TMSFNCObjectInspector
Declaring type: TTMSFNCObjectInspector
Syntax
OnReadDBFieldValue: TTMSFNCObjectInspectorReadDBFieldValue;
Parameters
| Name | Description |
|---|---|
Sender |
Inspector that is reading the field value. |
AField |
Dataset field being read. |
AFieldValue |
Text value to display and optionally replace. |
ACanRead |
Set to True to display the value; set to False to hide it. |