DK11 for Java | tatukgis.jdk.TGIS_Layer.RaiseBusyEvent | Constructors | Fields | Methods | Properties | Events
Fires Busy event of the layer.
// Java public bool RaiseBusyEvent( TObject _sender, long _pos, long _end );
// Oxygene public function RaiseBusyEvent( _sender : TObject; _pos : Int64; _end : Int64 ) : Boolean;
Name | Type | Description |
---|---|---|
_sender | TObject | component which is causing long-term operations |
_pos | long Int64 | current progress |
_end | long Int64 | maximal progress value |
Type | Description |
---|---|
bool Boolean | True if aborted |