User Tools

Site Tools


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

Table of Contents

TGIS_ViewerWnd.InvalidateEditor method

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

Invalidate editor. To mark viewer after editor change to redraw state.

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

Syntax

// Java
public void InvalidateEditor(
  bool _final
);
// Oxygene
public
  procedure InvalidateEditor(
    _final : Boolean
  );

Parameters

Name Type Description
_final bool
Boolean
True if map must updated at the end of editing process; otherwise a normal "shallow" screen refresh to be performed
2022/11/16 01:52

Page Tools