User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_viewer.busyshake_tobject_int64_int64_boolean

Table of Contents

TGIS_Viewer.BusyShake method

DK11 for Java | tatukgis.jdk.TGIS_Viewer.BusyShake | Constructors | Fields | Methods | Properties | Events

Shake Busy state.

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

Syntax

// Java
public void BusyShake(
  TObject _sender,
  long _pos,
  long _end,
  /* ref */ @ValueTypeParameter VarParameter<bool> _abort
);
// Oxygene
public
  procedure BusyShake(
    _sender : TObject;
    _pos : Int64;
    _end : Int64;
    var _abort : Boolean
  );

Parameters

Name Type Description
_sender TObject component which is causing long-term operations
_pos long
Int64
current progress
_end long
Int64
maximal progress value
_abort bool
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/30 19:36

Page Tools