User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_viewerwndevents.busyevent_integer_integer_wordbool

Table of Contents

ITGIS_ViewerWndEvents.BusyEvent method

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_ViewerWndEvents.BusyEvent | Methods

Busy event. Will be fired regularly during long-drawn operations. If end value will be zero, the meaning is: long-drawn with unknown end time. Close long-drawn operation by calling with parameters (-1,-1).

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

Syntax

// C#
public void BusyEvent(
  int Pos,
  int End,
  ref WordBool Abort
);
' VisualBasic
Public Sub BusyEvent(
  ByVal Pos As Integer,
  ByVal End As Integer,
  ByRef Abort As WordBool
)
// Oxygene
public
  procedure BusyEvent(
    Pos : Integer;
    End : Integer;
    var Abort : WordBool
  );

Parameters

Name Type Description
Pos int
Integer
End int
Integer
Abort WordBool
2022/11/16 01:12

Page Tools