Hi,
If you are executing a method from a B4J class, but you don't want to allow the caller to execute the method, unless its class instance is already initialized, how do you do that?
I tried using
from inside the method, but hovering over this line, says there is a missing parameter.
If you are executing a method from a B4J class, but you don't want to allow the caller to execute the method, unless its class instance is already initialized, how do you do that?
I tried using
B4X:
If Me.IsInitialized
from inside the method, but hovering over this line, says there is a missing parameter.