User Tools

Site Tools


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

Table of Contents

TGIS_ViewerWnd.NotifySubscribers method

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

Send notification to subscribers.

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

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

Page Tools