User Tools

Site Tools


api:dk11:delphi:gisinterfaces.igis_viewer.waitfornotbusy_tobject_tgis_waitfornotbusyproc

Table of Contents

IGIS_Viewer.WaitForNotBusy method

DK11 for Delphi | GisInterfaces.IGIS_Viewer.WaitForNotBusy | Methods | Properties

Call _proc when viewer will fully end painting procees.

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

Syntax

// Delphi
public
  procedure WaitForNotBusy(
    _sender : TObject;
    const _proc : TGIS_WaitForNotBusyProc
  );
// C++ Builder
public:
  void WaitForNotBusy(
    TObject* _sender,
    TGIS_WaitForNotBusyProc* const _proc
  ) = 0;

Parameters

Name Type Description
_sender TObject sender object
_proc TGIS_WaitForNotBusyProc procedure to be executed
2022/11/16 01:18

Page Tools