DK11 for Delphi | GisDb.TGIS_DbAbstract.sqlTableEof | Constructors | Fields | Methods | Properties | Events
Test for Eof on the table. Close the table if Eof.
// Delphi public function sqlTableEof( const _id : Integer ) : Boolean; virtual; abstract;
// C++ Builder public: virtual bool sqlTableEof( const int _id ) = 0;
Name | Type | Description |
---|---|---|
_id | Integer | table index |
Type | Description |
---|---|
Boolean | True if eof is reached |