| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Bookmark flags
Source position: db.pas line 1351
| type TBookmarkFlag = ( | ||
| bfCurrent, | 
 | Buffer used for the current record | 
| bfBOF, | 
 | First record in the dataset. | 
| bfEOF, | 
 | Last record in the dataset | 
| bfInserted | 
 | Buffer used for insert | 
| ); | 
TBookmarkFlag is used internally by TDataset and it's descendent types to mark the internal memory buffers. It should not be used in end-user applications.
| 
 | Pointer to TBookmarkflag type |