[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'db' (#fcl)

TDataLink.UpdateRecord

Called when the data in the dataset must be updated

Declaration

Source position: db.pas line 1773

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: Nov 14 2015