User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_layervectorevents.cursorbeforefetchevent_integer

Table of Contents

ITGIS_LayerVectorEvents.CursorBeforeFetchEvent method

DK for ActiveX | TatukGIS_XDK11.ITGIS_LayerVectorEvents.CursorBeforeFetchEvent | Methods

Fired before a cursor fetches shapes from the data source.

Available also on: Delphi | .NET | Java | Python.

Syntax

// C#
public void CursorBeforeFetchEvent(
  int Cursor
);
' VisualBasic
Public Sub CursorBeforeFetchEvent(
  ByVal Cursor As Integer
)
// Oxygene
public
  procedure CursorBeforeFetchEvent(
    Cursor : Integer
  );

Parameters

Name Type Description
Cursor int
Integer

Remarks

PURPOSE: Provides a hook before the initial cursor fetch so callers can prepare related resources or validate state.

BEHAVIOR: Fires immediately before CursorFirst or FindFirst starts retrieving matching shapes.

CONSTRAINTS: Handler execution affects fetch startup and should complete quickly.

2026/07/11 00:13

Page Tools