|
<< Click to Display Table of Contents >> Delphi Examples: DbiForceRecordReread |
![]() ![]()
|
Update the record buffer with current record information.
This example uses the following input:
fDbiForceRecordReread(hCur, pRecBuf);
The procedure is defined as:
procedure fDbiForceRecordReread(hTmpCur : hDBICur, pTmpRecBuf : pBYTE)
begin
Check(DbiForceRecordReread(hTmpCur, pTmpRecBuf));
end;