[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Indicate that the record contents have changed
Source position: db.pas line 1665
public procedure TDataSet.UpdateRecord; |
UpdateRecord notifies controls that the contents of the current record have changed. It triggers the event. This should never be called by application code, and is intended only for descendents of TDataset.
OnUpdateRecord |