|
-
Jan 28th, 2025, 10:01 AM
#1
Thread Starter
PowerPoster
Declare a Class global to app but not to anything else.
I have a class module that I need to be global to the entire project.
The only way to declare it that I know of is in a standard Module.
And standard modules don't allow "Friend".
I could try having every single module/class/form that needs it create their own private instance and set them all equal to the same instance.
Is there a simpler way that I'm missing?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|