|
<< Click to Display Table of Contents >> Delphi Examples: DbiSaveChanges |
![]() ![]()
|
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;