DK11 for Delphi | GisFileFGDB.TGIS_FileFGDB.CursorEof | Constructors | Methods | Properties
Check if a cursor is in EOF state.
// Delphi public function CursorEof( const _cursor : Integer ) : Boolean;
// C++ Builder public: bool CursorEof( const int _cursor );
Name | Type | Description |
---|---|---|
_cursor | Integer | cursor id |
Type | Description |
---|---|
Boolean | True if eof reached. |