User Tools

Site Tools


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

Table of Contents

TGIS_ViewerWnd.InvalidateEditor method

DK for Delphi | FMX.GisViewerWnd.TGIS_ViewerWnd.InvalidateEditor | Constructors | Methods | Properties | Events

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

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

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
2025/01/31 01:06

Page Tools