User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_busyeventmanager.startevent_widestring_integer_itbaseobject

Table of Contents

ITGIS_BusyEventManager.StartEvent method

DK for ActiveX | TatukGIS_XDK11.ITGIS_BusyEventManager.StartEvent | Methods | Properties

Creates a new event stage and sets the maximum position for it.

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

Syntax

// C#
public WordBool StartEvent(
  WideString _name,
  int _end_val,
  ITBaseObject _sender
);
' VisualBasic
Public Function StartEvent(
  ByVal _name As WideString,
  ByVal _end_val As Integer,
  ByVal _sender As ITBaseObject
) As WordBool
// Oxygene
public
  function StartEvent(
    _name : WideString;
    _end_val : Integer;
    _sender : ITBaseObject
  ) : WordBool;

Parameters

Name Type Description
_name WideString the name of a new event stage
_end_val int
Integer
the end value of a new event stage
_sender ITBaseObject the reference to the parent object

Result

Type Description
WordBool True if an abort request was set inside message handler; False otherwise

Remarks

Should be called at the beginning of algorithm.

2025/01/31 01:03

Page Tools