Called when the data in the dataset must be updated.
Source position: db.pas line 2050
public procedure TDataLink.UpdateRecord; |
Updaterecord is called when the dataset expects the GUI controls to post any pending changes to the dataset. This method guards against recursive behaviour: while an UpdateRecord is in progress, the TDatalink.RecordChange notification (which could result from writing data to the dataset) will be blocked.
TDatalink.RecordChange |