User Tools

Site Tools


api:dk11:delphi:gisinterfaces.tgis_waitfornotbusyproc_tobject

Table of Contents

TGIS_WaitForNotBusyProc prototype

DK for Delphi | GisInterfaces.TGIS_WaitForNotBusyProc | Enums | Classes | Interfaces | Prototypes

Callback for TGIS_Viewer.WaitForNotBusy

Available also on: .NET | Java | Python.

Syntax

// Delphi
type
  TGIS_WaitForNotBusyProc = procedure (
    _sender : TObject
  ) of object;
// C++ Builder
typedef void (_closure *TGIS_WaitForNotBusyProc)(
  TObject* _sender
);

Parameters

Name Type Description
_sender TObject sender object
2025/01/31 01:07

Page Tools