Toggle navigation
Menu
Main
WhiteTown Software
Products
Downloads
Order
Support
Download
Order now
- (void) resetLastRecord;
Back to Index
C++
C
C#
Objective-C
Swift
Delphi
The function resetLastRecord() resets the last read record number.
It forces function getRecord() not to use cached data but read a record from a disc.
{
// your code
[dbf getRecord:
5
];
// your code
[dbf resetLastRecord]; [dbf getRecord:
5
]; }
Copyright © WhiteTown Software, 1996-2023 |
Privacy policy
|
Site map