User Tools

Site Tools


api:dk11:delphi:gisviewer.tgis_viewer.invalidateeditor_boolean

Table of Contents

TGIS_Viewer.InvalidateEditor method

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

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

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

Syntax

Implements IGIS_Viewer.InvalidateEditor.

// Delphi
public
  procedure InvalidateEditor(
    const _final : Boolean
  );
// C++ Builder
public:
  void InvalidateEditor(
    const bool _final
  );

Parameters

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

Page Tools