Hi All,
Recently I had a question answered by "rasswisak" solving my problem with a small Erel Sub:
Following this help I took an interest in jo.RunMethod, so I ask "Where does "findAllAsync" come from"?
In jo.RunMethod(MethodName as string,Params() as Object) as object. "What is the source of MethodName?
Like so many things in programming it seems to appear from nowhere, everyone else seems to accept them as common knowledge.
Is there a list of MethodNames and descriptions of their function? Do I need to go to Hogwarts for a couple of years?
Regards Roger
Recently I had a question answered by "rasswisak" solving my problem with a small Erel Sub:
B4X:
Sub FindString(s As String)
Dim jo As JavaObject = wbvTable
jo.RunMethod("findAllAsync", Array(s))
End Sub
Following this help I took an interest in jo.RunMethod, so I ask "Where does "findAllAsync" come from"?
In jo.RunMethod(MethodName as string,Params() as Object) as object. "What is the source of MethodName?
Like so many things in programming it seems to appear from nowhere, everyone else seems to accept them as common knowledge.
Is there a list of MethodNames and descriptions of their function? Do I need to go to Hogwarts for a couple of years?
Regards Roger