User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_viewer.busyprepare_itbaseobject_widestring

Table of Contents

ITGIS_Viewer.BusyPrepare method

DK for ActiveX | TatukGIS_XDK11.ITGIS_Viewer.BusyPrepare | Methods | Properties

Prepare BusyEvent for a long-running operation.

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

Syntax

// C#
public void BusyPrepare(
  ITBaseObject _sender,
  WideString _text
);
' VisualBasic
Public Sub BusyPrepare(
  ByVal _sender As ITBaseObject,
  ByVal _text As WideString
)
// Oxygene
public
  procedure BusyPrepare(
    _sender : ITBaseObject;
    _text : WideString
  );

Parameters

Name Type Description
_sender ITBaseObject component causing the long-running operation
_text WideString text assigned to BusyText; predefined GIS_BUSY_NOEVENTS and GIS_BUSY_NOHOURGLASS can be used to define a silent busy state; in such a state BusyEvent is not called and, for GIS_BUSY_NOHOURGLASS, the hourglass is not shown and interrupt checks are disabled

Remarks

Do not use directly during OnPaint. Must be paired with BusyRelease. The current state can be checked using the IsBusy property.

2026/07/11 00:16

Page Tools