User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.igis_viewerparent.controlupdatesynchronize_wordbool

Table of Contents

IGIS_ViewerParent.ControlUpdateSynchronize method

DK for ActiveX | TatukGIS_XDK11.IGIS_ViewerParent.ControlUpdateSynchronize | Methods

Wait for a pending paint operation to be finalized.

Available also on: Delphi | .NET | Java | Python.

Syntax

// C#
public WordBool ControlUpdateSynchronize(
  WordBool _interrupt
);
' VisualBasic
Public Function ControlUpdateSynchronize(
  ByVal _interrupt As WordBool
) As WordBool
// Oxygene
public
  function ControlUpdateSynchronize(
    _interrupt : WordBool
  ) : WordBool;

Parameters

Name Type Description
_interrupt WordBool Interrupt any pending operation.

Result

Type Description
WordBool True if the operation was synchronized; False if synchronization is not possible and the current operation should not continue.

Remarks

Do not call this method directly. Method is only for internal Viewer/Parent communication.

2026/07/11 00:08

Page Tools