User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_layer.raisebusyprepare_tobject_string

Table of Contents

TGIS_Layer.RaiseBusyPrepare method

DK11 for Java | tatukgis.jdk.TGIS_Layer.RaiseBusyPrepare | Constructors | Fields | Methods | Properties | Events

Fires BusyPrepare method of the assigned viewer.

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

Syntax

// Java
public void RaiseBusyPrepare(
  TObject _sender,
  java.lang.String _text
);
// Oxygene
public
  procedure RaiseBusyPrepare(
    _sender : TObject;
    _text : String
  );

Parameters

Name Type Description
_sender TObject component which is causing long-term operations
_text java.lang.String
String
text to appear in a BusyText property
2022/11/16 01:43

Page Tools