User Tools

Site Tools


api:dk11:delphi:gisviewer.tgis_viewer.waitforbackgroundprocesses_void

Table of Contents

TGIS_Viewer.WaitForBackgroundProcesses method

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

Wait for any pending background processes that must be finalized before app can continue.

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

Syntax

Implements IGIS_Viewer.WaitForBackgroundProcesses.

// Delphi
public
  procedure WaitForBackgroundProcesses;
// C++ Builder
public:
  void WaitForBackgroundProcesses(void);

Remarks

For example TGIS_ViewerWnd will wait here for BaseMap to by finished. Use this internally for example before showing PrintPreview.

2022/11/30 19:19

Page Tools