TTMSFNCObjectInspector.OnReadDBField Event
Occurs before a dataset field is read into the inspector.
API unit family: TMSFNCObjectInspector
Declaring type: TTMSFNCObjectInspector
Syntax
OnReadDBField: TTMSFNCObjectInspectorReadDBField;
Parameters
| Name | Description |
|---|---|
Sender |
Inspector that is reading the field. |
AField |
Dataset field being read. |
ACanRead |
Set to True to read the field; set to False to hide it. |