sarcos Posted July 12, 2011 Posted July 12, 2011 Exists any kind of technical documentation, help or uniGUI objectsand classes refrence? Overalls in that makes reference to the TUniServerModule and TUniMainModule properties methods and events, UniApplication variable, etc Thanks in advance Quote
Administrators Farshad Mohajeri Posted July 12, 2011 Administrators Posted July 12, 2011 Docs aren't available yet. ServerModule is created once per server and is a global object for all sessions. MainModule is created for each session and is private for that session. Data aware components should be placed on MainModule. You can also create additional DataModules from uniGUI Project Wizard. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.