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