User Tools

Site Tools


api:dk11:delphi:gislayervector.tgis_layervector.cursornextinternal_integer

Table of Contents

TGIS_LayerVector.cursorNextInternal method

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

Move to next shape in Layer.

Available also on: .NET | Java.

Syntax

// Delphi
protected
  procedure cursorNextInternal(
    const _cursor : Integer
  ); virtual;
// C++ Builder
protected:
  virtual void cursorNextInternal(
    const int _cursor
  );

Parameters

Name Type Description
_cursor Integer cursor allocated by cursorOpen()
2020/05/07 01:09

Page Tools