User Tools

Site Tools


api:dk11:delphi:gislayervector.tgis_layervector.cursoreofinternal_integer

Table of Contents

TGIS_LayerVector.cursorEofInternal method

DK11 for Delphi | GisLayerVector.TGIS_LayerVector.cursorEofInternal | Constructors | Fields | Methods | Properties | Events

Has the end of shapes been reached?

Available also on: .NET | Java.

Syntax

// Delphi
protected
  function cursorEofInternal(
    const _cursor : Integer
  ) : Boolean; virtual;
// C++ Builder
protected:
  virtual bool cursorEofInternal(
    const int _cursor
  );

Parameters

Name Type Description
_cursor Integer cursor allocated by cursorOpen()

Result

Type Description
Boolean True if EOF reached.
2020/05/07 01:09

Page Tools