B4J Question Where to find a list of methods

positrom2

Active Member
Licensed User
Longtime User
In some Chart examples I find statements like this:
B4X:
GetData=Series.RunMethod("getData",Null)
Pressing CTRL_Space behind the bracket lists those terms that might be inserted.
In other cases like
B4X:
Series.RunMethod("setName",Array As Object("My Portfolio"))
the item that is inserted ("setName") is not shown in the list.
Is there some systematics behind that? (Can't be random...)
Hours of searching was not enlightening.:(
 
Top