User Tools

Site Tools


api:dk11:python:tatukgis.pdk.tgis_busyevent_tobject_integer_integer_boolean

Table of Contents

TGIS_BusyEvent prototype

DK11 for Python | tatukgis.pdk.TGIS_BusyEvent | Classes | Prototypes

Event for BusyEvent.

Available also on: Delphi.

Syntax

# Python
# It is a pseudo-prototype for method. Used only for documetation purposes.
def TGIS_BusyEvent(
  self
  _sender: Object
  _pos: int
  _end: int
  _abort: VarParameter
) -> None: 

Parameters

Name Type Description
_sender Object event originator
_pos int current position; -1 at the end of the run
_end int max position; -1 at the end of the run
_abort bool if set to True inside message handler then an abort request.

Remarks

Will be fired regularly during long-drawn operations.

2022/11/30 16:05

Page Tools