DK11 for Java | tatukgis.jdk.IGIS_ViewerParent.ControlUpdateSynchronize | Methods
Wait for pending paint operation to be finalized.
// Java public abstract bool ControlUpdateSynchronize( bool _interrupt );
// Oxygene public function ControlUpdateSynchronize( _interrupt : Boolean ) : Boolean;
Name | Type | Description |
---|---|---|
_interrupt | bool Boolean | interrupt any pending operation |
Type | Description |
---|---|
bool 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.