DK11 for Delphi | GisLayerVector.TGIS_LayerVector.cursorEofInternal | Constructors | Fields | Methods | Properties | Events
Has the end of shapes been reached?
// Delphi protected function cursorEofInternal( const _cursor : Integer ) : Boolean; virtual;
// C++ Builder protected: virtual bool cursorEofInternal( const int _cursor );
Name | Type | Description |
---|---|---|
_cursor | Integer | cursor allocated by cursorOpen() |
Type | Description |
---|---|
Boolean | True if EOF reached. |