User Tools

Site Tools


api:dk11:java:tatukgis.jdk.igis_viewer.waitfornotbusy_tobject_tgis_waitfornotbusyproc

Table of Contents

IGIS_Viewer.WaitForNotBusy method

DK for Java | tatukgis.jdk.IGIS_Viewer.WaitForNotBusy | Methods | Properties

Call _proc when viewer will fully end painting process.

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

Syntax

// Java
public abstract void WaitForNotBusy(
  TObject _sender,
  TGIS_WaitForNotBusyProc _proc
);
// Oxygene
public
  procedure WaitForNotBusy(
    _sender : TObject;
    _proc : TGIS_WaitForNotBusyProc
  );

Parameters

Name Type Description
_sender TObject sender object
_proc TGIS_WaitForNotBusyProc procedure to be executed
2025/06/10 21:01

Page Tools