DK11 for Delphi | GisInterfaces.IGIS_Viewer.WaitForNotBusy | Methods | Properties
Call _proc when viewer will fully end painting procees.
// Delphi public procedure WaitForNotBusy( _sender : TObject; const _proc : TGIS_WaitForNotBusyProc );
// C++ Builder public: void WaitForNotBusy( TObject* _sender, TGIS_WaitForNotBusyProc* const _proc ) = 0;
Name | Type | Description |
---|---|---|
_sender | TObject | sender object |
_proc | TGIS_WaitForNotBusyProc | procedure to be executed |