DK for Delphi | GisInterfaces.TGIS_WaitForNotBusyProc | Enums | Classes | Interfaces | Prototypes
Callback for TGIS_Viewer.WaitForNotBusy
// Delphi type TGIS_WaitForNotBusyProc = procedure ( _sender : TObject ) of object;
// C++ Builder typedef void (_closure *TGIS_WaitForNotBusyProc)( TObject* _sender );
Name | Type | Description |
---|---|---|
_sender | TObject | sender object |