Hello,
in my Java classes B4A I implemented setter and getter methods, as B4A can not call parameterized constructor. Now I noticed that in this B4A not visible. Instead of me in the auto-complete the setter and getter view, appear only the class variables. Accordingly, I have the setter argument by assigning equal sign.
DIM LizMa As LizMaLib
LizMa.Password = Passwort
instead of
DIM LizMa As LizMaLib
LizMa.setPassword( String-argument )
Is this normal? The functionality is given and the parameter passing is correct. Thanks for the info in advance.
regards
Amalkotey