Unit 'DB' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

TDataLink.UpdateRecord

Called when the data in the dataset must be updated.

Declaration

Source position: db.pas line 2044

public procedure TDataLink.UpdateRecord;

Description

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.

See also

TDatalink.RecordChange


Documentation generated on: Jul 24 2023