Server ControllerLast Updated: 5/7/2009 | |
| Sections above here: Home » Class Reference » TIWServerController | |
|
Sections below here: Topics in this section: |
Every time you create a new IntraWeb Application, the project wizard creates a form called IWServerController. All IntraWeb Application projects require this object. Although at first it might not seem very important, the ServerController plays a very important role in every IntraWeb application. Using it, you can control properties such as the TCP port, SSL, authentication, security, and more. Referencing the ServerControllerTo reference the server controller use the GServerController global variable in the IWGlobal unit. The ServerController is a singleton object and only one instance exists in an IntraWeb Application. |
(C) 2002-2009 - Atozed Software Ltd. | |