DK11 for ActiveX | TatukGIS_XDK11.ITGIS_ViewerWndEvents.BusyEvent | Methods
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 | Python.
// C# public void BusyEvent( int Pos, int End, ref WordBool Abort );
' VisualBasic Public Sub BusyEvent( ByVal Pos As Integer, ByVal End As Integer, ByRef Abort As WordBool )
// Oxygene public procedure BusyEvent( Pos : Integer; End : Integer; var Abort : WordBool );
Name | Type | Description |
---|---|---|
Pos | int Integer | |
End | int Integer | |
Abort | WordBool |