Delphi Examples: DbiForceRecordReread

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

Delphi Examples: DbiForceRecordReread

Return to chapter overview

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;