User Tools

Site Tools


api:dk11:delphi:gisviewer.tgis_viewer.raisehelpevent_tobject_string

Table of Contents

TGIS_Viewer.RaiseHelpEvent method

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

Fire Busy event of a viewer.

Available also on: ActiveX | Python.

Syntax

Implements IGIS_Viewer.RaiseHelpEvent.

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

Parameters

Name Type Description
_sender TObject component asking for help
_name String help context
2022/11/30 19:19

Page Tools