User Tools

Site Tools


api:dk11:delphi:gislayer.tgis_layer.raisebusyshake_tobject_int64_int64

Table of Contents

TGIS_Layer.RaiseBusyShake method

DK11 for Delphi | GisLayer.TGIS_Layer.RaiseBusyShake | Constructors | Fields | Methods | Properties | Events

Fires BusyShake method of the assigned viewer.

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

Syntax

// Delphi
public
  function RaiseBusyShake(
    const _sender : TObject;
    const _pos : Int64;
    const _end : Int64
  ) : Boolean;
// C++ Builder
public:
  bool RaiseBusyShake(
    TObject* const _sender,
    const __int64 _pos,
    const __int64 _end
  );

Parameters

Name Type Description
_sender TObject component which is causing long-term operations
_pos Int64 current progress
_end Int64 maximal progress value

Result

Type Description
Boolean True if aborted
2022/11/16 01:18

Page Tools