Delphi Examples: DbiSaveChanges

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

Delphi Examples: DbiSaveChanges

Return to chapter overview

Save all updated records associated with hTmpHandle to disk.

This example uses the following input

 fDbiSaveChanges(Table1.Handle);

 

The procedure is:

procedure fDbiSaveChanges(hTmpHandle:hDBICur);

begin

 Check(DbiSaveChanges(hTmpHandle));

end;