Server Controller

Last Updated: 5/7/2009



Sections above here:
Home  »  Class Reference  »  TIWServerController

Sections below here:

    Topics in this section:
    Property PageTransitions

    Search Documentation:

    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 ServerController

    To 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.