User Tools

Site Tools


api:dk11:delphi:gisinterfaces.igis_viewerparent.controlupdateeditor_boolean

Table of Contents

IGIS_ViewerParent.ControlUpdateEditor method

DK for Delphi | GisInterfaces.IGIS_ViewerParent.ControlUpdateEditor | Methods

Update the editor.

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

Syntax

// Delphi
public
  procedure ControlUpdateEditor(
    const _final : Boolean
  );
// C++ Builder
public:
  void ControlUpdateEditor(
    const bool _final
  ) = 0;

Parameters

Name Type Description
_final Boolean Is this final update

Remarks

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

2025/01/31 01:07

Page Tools