User Tools

Site Tools


api:dk11:delphi:gisinterfaces.igis_viewerparent.controlupdatesynchronize_boolean

Table of Contents



IGIS_ViewerParent.ControlUpdateSynchronize method

DK for Delphi | GisInterfaces.IGIS_ViewerParent.ControlUpdateSynchronize | Methods

Wait for a pending paint operation to be finalized.

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

Syntax

// Delphi
public
  function ControlUpdateSynchronize(
    const _interrupt : Boolean
  ) : Boolean;
// C++ Builder
public:
  bool ControlUpdateSynchronize(
    const bool _interrupt
  ) = 0;

Parameters

Name Type Description
_interrupt Boolean Interrupt any pending operation.

Result

Type Description
Boolean 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:29

Page Tools