A variable initialization in a Class_Globals gets executed when Initialize is called.
What is the difference between initializing variables in Class_Globals vs in Initialize?
What is the difference between initializing variables in Class_Globals vs in Initialize?
B4X:
Sub Class_Globals
Private test as boolean = true
End Sub