DK11 for Python | tatukgis.pdk.TGIS_Layer.RaiseBusyEvent | Constructors | Methods | Properties | Events
Fires Busy event of the layer.
# Python def RaiseBusyEvent( self, _sender: TObject, _pos: int, _end: int ) -> bool:
Name | Type | Description |
---|---|---|
_sender | TObject | component which is causing long-term operations |
_pos | int | current progress |
_end | int | maximal progress value |
Type | Description |
---|---|
bool | True if aborted |