Unit 'DB' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

TGetResult

result of the GetRecord operation.

Declaration

Source position: db.pas line 1580

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.

);

Description

TGetResult is used by descendents of TDataset when they have to communicate the result of the GetRecord operation back to the TDataset record.

See also

TGetMode

  

Get new buffer mode.


Documentation generated on: Jul 24 2023