Jump to content

MainModule.Title property


Freeman35

Recommended Posts

Hello,

I think need MainModule.Title property too. ( Name can be SessionTitle so not conflict with servermodule's. ) 'cos MainModule is for session. If change this property on ServerModule, all session (mean all client) been changed. If MainModule has "Title"or"SessionTitle" property, unigui add this Property too. For Example,

ServerModule.Title:= 'My company';

...

MainModule.Title:= '(User:' +UserName +' dbName:' +DbName;// This line can be change each created session so browser show both.

 

Link to comment
Share on other sites

×
×
  • Create New...