DK11 for Delphi | GisInterfaces.IGIS_ViewerParent.ControlUpdateSynchronize | Methods
Wait for pending paint operation to be finalized.
// Delphi public function ControlUpdateSynchronize( const _interrupt : Boolean ) : Boolean;
// C++ Builder public: bool ControlUpdateSynchronize( const bool _interrupt ) = 0;
Name | Type | Description |
---|---|---|
_interrupt | Boolean | interrupt any pending operation |
Type | Description |
---|---|
Boolean | True if operation were synchronized; False if synchronization is not possible and current operation should not continue. |
Do not call this method directly. Method is only for internal Viewer/Parent communication.