User Tools

Site Tools


api:dk11:delphi:gisdb.tgis_dbabstract.sqltableeof_integer

Table of Contents

TGIS_DbAbstract.sqlTableEof method

DK11 for Delphi | GisDb.TGIS_DbAbstract.sqlTableEof | Constructors | Fields | Methods | Properties | Events

Test for Eof on the table. Close the table if Eof.

Available also on: .NET | Java.

Syntax

// Delphi
public
  function sqlTableEof(
    const _id : Integer
  ) : Boolean; virtual; abstract;
// C++ Builder
public:
  virtual bool sqlTableEof(
    const int _id
  ) = 0;

Parameters

Name Type Description
_id Integer table index

Result

Type Description
Boolean True if eof is reached
2020/05/07 01:06

Page Tools