| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
result of the GetRecord operation.
Source position: db.pas line 1368
type TGetResult = (  | 
||
grOK,  | 
  | 
The operation was completed successfully  | 
grBOF,  | 
  | 
The beginning of the recordset is reached  | 
grEOF,  | 
  | 
The end of the recordset is reached.  | 
grError  | 
  | 
An error occurred  | 
);  | 
TGetResult is used by descendents of TDataset when they have to communicate the result of the GetRecord operation back to the TDataset record.
  | 
Get new buffer mode  |