Hello,
How can I declare a global variable to be accessible to all of my object methods?
Or is there a java like public static variable?
The type of variable would be a handle to a database connection. Which I will be reusing for all my entire form (wxFrame).
Thanks for any help.
How can I declare a global variable to be accessible to all of my object methods?
Or is there a java like public static variable?
The type of variable would be a handle to a database connection. Which I will be reusing for all my entire form (wxFrame).
Thanks for any help.