demasi Active Member Licensed User Longtime User Jan 3, 2014 #1 Hello, Is there some doc here where can I find a list of all B4A core functions, for example: round(), startactivity(), CancelScheduledService(), and others like this? thank you for your help.
Hello, Is there some doc here where can I find a list of all B4A core functions, for example: round(), startactivity(), CancelScheduledService(), and others like this? thank you for your help.
NJDude Expert Licensed User Longtime User Jan 3, 2014 #2 Type "keywords" in the search box above. Upvote 0
barx Well-Known Member Licensed User Longtime User Jan 3, 2014 #3 Just do a search for 'core' then the library documentation is at the top of list http://www.b4x.com/android/forum/pages/results/?query=core&page=1 Upvote 0
Just do a search for 'core' then the library documentation is at the top of list http://www.b4x.com/android/forum/pages/results/?query=core&page=1
demasi Active Member Licensed User Longtime User Jan 4, 2014 #4 thank you very much, NJDude and barx. I'll try this. Upvote 0
DonManfred Expert Licensed User Longtime User Jan 4, 2014 #5 You even can use the Object browser which scans all installed libraries and shows you all functions, properties and so on. Upvote 0
You even can use the Object browser which scans all installed libraries and shows you all functions, properties and so on.