User Tools

Site Tools


api:dk11:delphi:gislayervector.tgis_layervector.cursornext_integer

Table of Contents

TGIS_LayerVector.cursorNext method

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

Move to the next shape in the cursor.

Available also on: .NET | Java.

Syntax

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

Parameters

Name Type Description
_cursor Integer cursor allocated by cursorOpen()

Remarks

Override this method in inherited class to provide your own layer traversing method.

2020/05/07 01:09

Page Tools