DK11 for Delphi | GisDbAdo.TGIS_DbAdo.sqlTableEof | Constructors | Fields | Methods | Properties
Test for Eof on the table. Close the table if Eof.
Available also on: .NET.
Overrides TGIS_DbAbstract.sqlTableEof.
// Delphi public function sqlTableEof( const _id : Integer ) : Boolean; override;
// C++ Builder public: virtual bool sqlTableEof( const int _id );
Name | Type | Description |
---|---|---|
_id | Integer | table index |
Type | Description |
---|---|
Boolean | True if eof is reached |