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 but do not redraw

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 then map should be redraw upon unlock; if false then redraw should be issued.
2025/01/31 01:07

Page Tools