> I want to know more about ServerModule and MainModule:
ServerModule is created once per server and i global to all sessions.
MainModule is created for each session and private.
Data aware components should be placed on MainModule. You can create
additional DataModules from uniGUI Project Wizard.
ServerModule is created once per server and i global to all sessions.
MainModule is created for each session and private.
Data aware components should be placed on MainModule. You can create
additional DataModules from uniGUI Project Wizard.
本文详细介绍了ServerModule和MainModule的区别与用法。ServerModule仅在服务器端创建并全局作用于所有会话;而MainModule则为每个会话独立创建,具有私密性。数据意识组件应放置于MainModule中,并可通过uniGUI Project Wizard创建额外的数据模块。
4665

被折叠的 条评论
为什么被折叠?



