Android Question [B4X] Complete Attributes List

PhilipBrown

Active Member
Licensed User
Longtime User
I am trying to produce a table of all attributes showing where each can be used.
So far I have the following.
Anything wrong?
Anything missing?

I realise project and library attributes are included in an activity module, but I am trying to make it clear which attribute belongs to which function.


AttributeActivity ModuleClass ModuleCode ModuleService ModuleProject Attributes
Library Attributes​
#AdditionalJar
Y​
#AdditionaRes
Y​
#ApplicationLabel
Y​
#BridgeLogger
Y​
#CanInstallToExternalStorage
Y​
#CustomBuildAction
Y​
Y​
Y​
Y​
#DebuggerDisableOptimizations
Y​
#DebuggerForceFullDeployment
Y​
#DebuggerForceStandardAssets
Y​
#DesignerProperty
Y​
#Event
Y​
#ExcludeClasses
Y​
#ExcludeFromDebugger
Y​
Y​
Y​
Y​
#ExcludeFromLibrary
Y​
Y​
Y​
#Extends
Y​
Y​
Y​
#FullScreen
Y​
#IgnoreWarnings
Y​
Y​
Y​
Y​
#IncludeTitle
Y​
#LibraryAuthor
Y​
Y​
#LibraryName
Y​
Y​
#LibraryVersion
Y​
Y​
#MultiDex
Y​
#RaisesSynchronousEvents
Y​
#SignKeyAlias
Y​
#SignKeyFile
Y​
#SignKeyPassword
Y​
#StartAtBoot
Y​
#StartCommandReturnValue
Y​
#SupportedOrientations
Y​
#VersionCode
Y​
#VersionName
Y​
 

LucaMs

Expert
Licensed User
Longtime User
The attached table lists all the attributes. Example:

View attachment 109216
An idea would be needed to be able to easily obtain the always updated list.

Ideally, the IDE itself would provide the list, as it does with object events: # + space + TAB, but a menu item in the IDE would already be better than nothing.
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…