User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.igis_viewer.raisebusyevent_itbaseobject_integer_integer_wordbool

Table of Contents

IGIS_Viewer.RaiseBusyEvent method

DK for ActiveX | TatukGIS_XDK11.IGIS_Viewer.RaiseBusyEvent | Methods | Properties

Fire Busy event of a viewer.

Available also on: Delphi | Python.

Syntax

// C#
public void RaiseBusyEvent(
  ITBaseObject _sender,
  int _pos,
  int _end,
  ref WordBool _abort
);
' VisualBasic
Public Sub RaiseBusyEvent(
  ByVal _sender As ITBaseObject,
  ByVal _pos As Integer,
  ByVal _end As Integer,
  ByRef _abort As WordBool
)
// Oxygene
public
  procedure RaiseBusyEvent(
    _sender : ITBaseObject;
    _pos : Integer;
    _end : Integer;
    var _abort : WordBool
  );

Parameters

Name Type Description
_sender ITBaseObject component which is causing long-term operations
_pos int
Integer
current progress
_end int
Integer
maximal progress value
_abort WordBool if set to True inside message handler then an abort request.
2025/01/31 01:03

Page Tools