Android Programming Press on the image to return to the main documentation page.

CallSubExtended

Written by Fr\u00e9d\u00e9ric Leneuf-Magaud

List of types:

CallSubExtended

CallSubExtended


This is an 'Activity Object', it cannot be declared under Sub Process_Globals.

Events:

None

Members:


  AsyncCallSub (Component As Object, Sub As String, Priority As Int)

  AsyncCallSubX (Component As Object, Sub As String, Arguments() As Object, Priority As Int) As Int

  CallSubX (Component As Object, Sub As String, Arguments() As Object) As Object

  IsRunning (ID As Int) As Boolean

  ReturnViewX (Component As Object, Sub As String, Arguments() As Object) As ConcreteViewWrapper

  RunOnMainThread (Sub As String, Arguments() As Object, WithDoEvents As Boolean)

Members description:

AsyncCallSub (Component As Object, Sub As String, Priority As Int)
AsyncCallSubX (Component As Object, Sub As String, Arguments() As Object, Priority As Int) As Int
Returns an identifier which can be used with IsRunning to detect if the async sub is still running
CallSubX (Component As Object, Sub As String, Arguments() As Object) As Object
IsRunning (ID As Int) As Boolean
ReturnViewX (Component As Object, Sub As String, Arguments() As Object) As ConcreteViewWrapper
RunOnMainThread (Sub As String, Arguments() As Object, WithDoEvents As Boolean)

Top