User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_viewerwnd.unlock_boolean

Table of Contents

TGIS_ViewerWnd.Unlock(bool) method

DK11 for Java | tatukgis.jdk.TGIS_ViewerWnd.Unlock | Overloads | Constructors | Methods | Properties | Events

Unlock the viewer but do not redraw

Available also on: Delphi FMX | .NET WinForms | ActiveX | Python.

Syntax

// Java
public void Unlock(
  bool _redraw
);
// Oxygene
public
  procedure Unlock(
    _redraw : Boolean
  );

Parameters

Name Type Description
_redraw bool
Boolean
If true then map should be redraw upon unlock; if false then redraw should be issued.
2022/11/16 01:52

Page Tools