User Tools

Site Tools


api:dk11:delphi:gisinterfaces.igis_viewer.invalidateeditor_boolean

Table of Contents

IGIS_Viewer.InvalidateEditor method

DK11 for Delphi | GisInterfaces.IGIS_Viewer.InvalidateEditor | Methods | Properties

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

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

Syntax

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

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/16 01:17

Page Tools