[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Called when the data in the dataset must be updated
Source position: db.pas line 1428
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.
lazarus-ccr.sourceforge.net |