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