User Tools

Site Tools


api:dk11:delphi:gisinterfaces.igis_viewer.raisehelpevent_tobject_string

Table of Contents

IGIS_Viewer.RaiseHelpEvent method

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

Fire Busy event of a viewer.

Available also on: ActiveX | Python.

Syntax

// Delphi
public
  procedure RaiseHelpEvent(
    _sender : TObject;
    _name : String
  );
// C++ Builder
public:
  void RaiseHelpEvent(
    TObject* _sender,
    UnicodeString _name
  ) = 0;

Parameters

Name Type Description
_sender TObject component asking for help
_name String help context
2022/11/16 01:17

Page Tools