How does B4X tags an object as "initialized"?
I understand that calling "Initialize" does the trick, but I saw some classes also have an "Initialize2" sub that seems to do the trick also.
If my class has 3 different initialize use cases, may I create an Initialize3 and have the IsInitialized return True?
I understand that calling "Initialize" does the trick, but I saw some classes also have an "Initialize2" sub that seems to do the trick also.
If my class has 3 different initialize use cases, may I create an Initialize3 and have the IsInitialized return True?