Yes, probably together with the IsFunction method:
B4X:
Dim this As BANanoObject
this.Initialize("this") ' get the current class
Dim func As BANanoObject
func = this.GetFunction("getnextid") ' lowercased if it is a B4J method
Log(BANano.IsFunction(func))
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.