Android Question SwiftButton: What's the correct way of enabling/disabling the button?

toby

Well-Known Member
Licensed User
Longtime User
The mBase and xLBL properties got me confused often. For example, both have an Enabled property, and in all there are 3 "Enabled" properties as shown below:
SwiftButton1.Enabled
SwiftButton1.mBase.Enabled
SwiftButton1.xLBL.Enabled

Could someone explain to me when I should use which, please?

TIA
 
Top