User Tools

Site Tools


api:dk11:delphi:gisviewer.tgis_viewer.raisebusyevent_tobject_int64_int64_boolean

Table of Contents

TGIS_Viewer.RaiseBusyEvent method

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

Fire Busy event of a viewer.

Available also on: ActiveX | Python.

Syntax

Implements IGIS_Viewer.RaiseBusyEvent.

// Delphi
public
  procedure RaiseBusyEvent(
    _sender : TObject;
    _pos : Int64;
    _end : Int64;
    var _abort : Boolean
  );
// C++ Builder
public:
  void RaiseBusyEvent(
    TObject* _sender,
    __int64 _pos,
    __int64 _end,
    bool &_abort
  );

Parameters

Name Type Description
_sender TObject component which is causing long-term operations
_pos Int64 current progress
_end Int64 maximal progress value
_abort Boolean if set to True inside message handler then an abort request.
2022/11/30 19:19

Page Tools