User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_layer.raisebusyprepare_tobject_string

Table of Contents

TGIS_Layer.RaiseBusyPrepare method

DK for .NET | TatukGIS.NDK.TGIS_Layer.RaiseBusyPrepare | Constructors | Fields | Methods | Properties | Events

Fires BusyPrepare method of the assigned viewer.

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

Syntax

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

Parameters

Name Type Description
_sender TObject component which is causing long-term operations
_text string
String
text to appear in a BusyText property
2025/01/31 01:11

Page Tools