User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_layer.raisebusyprepare_itbaseobject_widestring

Table of Contents

ITGIS_Layer.RaiseBusyPrepare method

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Layer.RaiseBusyPrepare | Methods | Properties

Fires BusyPrepare method of the assigned viewer.

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

Syntax

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

Parameters

Name Type Description
_sender ITBaseObject component which is causing long-term operations
_text WideString text to appear in a BusyText property
2022/11/16 01:09

Page Tools