[Overview][Constants][Types][Classes][Procedures and functions][Index] |
RecordChanged - triggered if the contents of the current record change; calls Reset.
Source position: dbctrls.pp line 72
protected procedure TFieldDataLink.RecordChanged( |
aField: TField |
); override; |
aField |
|
Field definition with the value updated in the current record. |
RecordChanged is an overridden procedure called when the current record in the linked dataset has been changed.
AField contains the TField definition with the value that has changed in the current record. It may contain Nil when more than one field has been changed in the current record for the linked dataset.
RecordChanged calls the Reset method when any of the following are True:
Applications should not call this method; it is executed when values are stored by data-aware controls which use the field data link.
Version 4.0 | Generated 2025-05-03 | Home |