User Tools

Site Tools


api:dk11:delphi:gisinterfaces.igis_viewer.unsubscribe_igis_subscribe

Table of Contents

IGIS_Viewer.UnSubscribe method

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

Remove provided control from the notification subscription list.

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

Syntax

// Delphi
public
  procedure UnSubscribe(
    const _control : IGIS_Subscribe
  );
// C++ Builder
public:
  void UnSubscribe(
    IGIS_Subscribe* const _control
  ) = 0;

Parameters

Name Type Description
_control IGIS_Subscribe control which subscription should be canceled
2022/11/16 01:18

Page Tools