User Tools

Site Tools


api:dk11:delphi:gisinterfaces.igis_viewer.unlock_boolean

Table of Contents

IGIS_Viewer.Unlock(Boolean) method

DK for Delphi | GisInterfaces.IGIS_Viewer.Unlock | Overloads | Methods | Properties

Unlock the viewer and optionally redraw it.

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

Syntax

// Delphi
public
  procedure Unlock(
    const _redraw : Boolean
  ); overload;
// C++ Builder
public:
  void Unlock(
    const bool _redraw
  ) = 0 /* overload */;

Parameters

Name Type Description
_redraw Boolean If True, the map is redrawn upon unlock; if False, redraw must be issued later.
2026/07/11 00:28

Page Tools