User Tools

Site Tools


api:dk11:delphi:gisviewer.tgis_viewer.notifypaintexception_string_exception

Table of Contents

TGIS_Viewer.NotifyPaintException method

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

Transform underlying exception into TGIS_Viewer.OnPaintException

Available also on: .NET | Java.

Syntax

Implements IGIS_Viewer.NotifyPaintException.

// Delphi
public
  function NotifyPaintException(
    const _message : String;
    const _exception : Exception
  ) : Boolean;
// C++ Builder
public:
  bool NotifyPaintException(
    const UnicodeString _message,
    Exception* const _exception
  );

Parameters

Name Type Description
_message String exception message, usually layer on which exception occurred
_exception Exception original exception object

Result

Type Description
Boolean True if event attached; false if not
2022/09/01 10:06

Page Tools