User Tools

Site Tools


api:dk11:delphi:fmx.gisviewerwnd.tgis_viewerwnd.unlock_boolean

Table of Contents

TGIS_ViewerWnd.Unlock(Boolean) method

DK11 for Delphi | FMX.GisViewerWnd.TGIS_ViewerWnd.Unlock | Overloads | Constructors | Methods | Properties | Events

Unlock the viewer but do not redraw

Available also on: .NET WinForms | 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.
2022/11/16 01:14

Page Tools