User Tools

Site Tools


api:dk11:python:tatukgis.pdk.tgis_viewerwnd.busyevent

Table of Contents

TGIS_ViewerWnd.BusyEvent event

DK11 for Python | tatukgis.pdk.TGIS_ViewerWnd.BusyEvent | Constructors | Methods | Properties | Events

Busy event. Will be fired regularly during long-drawn operations. If end value will be zero, the meaning is: long-drawn with unknown end time. Close long-drawn operation by calling with parameters (-1,-1).

Available also on: Delphi FMX | .NET WinForms | Java | ActiveX.

Syntax

# Python
@property
def BusyEvent(
  self
) -> TGIS_BusyEvent: 
 
@BusyEvent.setter
def BusyEvent(
  self
  _value: typing.Callable[[TObject, Integer, Integer, Boolean], None]
) -> None: 

Value

2022/11/30 16:05

Page Tools