User Tools

Site Tools


api:dk11:delphi:gisviewer.tgis_viewer.unlock_boolean

Table of Contents

TGIS_Viewer.Unlock(Boolean) method

DK11 for Delphi | GisViewer.TGIS_Viewer.Unlock | Overloads | Constructors | Fields | Methods | Properties | Events

Unlock the viewer but do not redraw

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

Syntax

Implements IGIS_Viewer.Unlock.

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

Parameters

Name Type Description
_redraw Boolean If true then map should be redraw upon unlock; if false then redraw should be issued.

References

2022/11/30 19:19

Page Tools