User Tools

Site Tools


api:dk11:delphi:gisviewer.tgis_viewer.notifysubscribers_integer_tobject

Table of Contents

TGIS_Viewer.NotifySubscribers method

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

Send notification to subscribers.

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

Syntax

Implements IGIS_Viewer.NotifySubscribers.

// Delphi
public
  procedure NotifySubscribers(
    const _event : Integer;
    const _context : TObject
  );
// C++ Builder
public:
  void NotifySubscribers(
    const int _event,
    TObject* const _context
  );

Parameters

Name Type Description
_event Integer event identifying number
_context TObject control context; what is expected depends on _event; it can be canvas, control itself.
2022/11/30 19:19

Page Tools