User Tools

Site Tools


api:dk11:delphi:gisviewer.tgis_viewer.waitfornotbusy_tobject_tgis_waitfornotbusyproc

Table of Contents

TGIS_Viewer.WaitForNotBusy method

DK11 for Delphi | GisViewer.TGIS_Viewer.WaitForNotBusy | Constructors | Fields | Methods | Properties | Events

Call _proc when viewer will fully end painting procees.

Available also on: .NET | Java | ActiveX.

Syntax

Implements IGIS_Viewer.WaitForNotBusy.

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

Parameters

Name Type Description
_sender TObject sender object
_proc TGIS_WaitForNotBusyProc procedure to be executed
2022/03/20 01:19

Page Tools