[Overview][Types][Classes][Procedures and functions][Index] |
Frees update buffers and Blob update buffer allocated for the dataset
Source position: bufdataset.pas line 633
public procedure TCustomBufDataset.MergeChangeLog; |
MergeChangeLog is a procedure used to free update buffers and Blob update buffer allocated for the dataset. MergeChangeLog is called from the ApplyUpdates method.
|
Applies pending updates to the dataset |