DK11 for Delphi | GisViewer.TGIS_Viewer.WaitForNotBusy | Constructors | Fields | Methods | Properties | Events
Call _proc when viewer will fully end painting procees.
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 );
Name | Type | Description |
---|---|---|
_sender | TObject | sender object |
_proc | TGIS_WaitForNotBusyProc | procedure to be executed |