User Tools

Site Tools


api:dk11:delphi:gisinterfaces.igis_viewer.busyshake_tobject_int64_int64_boolean

Table of Contents

IGIS_Viewer.BusyShake method

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

Shake Busy state.

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

Syntax

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

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.

Remarks

For percent of completion calculation you should provide proper _pos and _end values. If you can not calculate these values - please provide 0.

See BusyPrepare.

2022/11/16 01:17

Page Tools