[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Resynchronize the data buffer
Source position: db.pas line 1661
public procedure TDataSet.Resync( |
Mode: TResyncMode |
); virtual; |
Mode |
|
How to refresh the buffers. |
Resync refetches the records around the cursor position. It should not be used by application code, instead TDataset.Refresh should be used. The Resync parameter indicates how the buffers should be refreshed.
|
Refresh the records in the dataset |