Form ListLast Updated: 9/19/2008 | |
| Sections above here: Home » Development » Form Management | |
|
Sections below here: Topics in this section: |
IntraWeb keeps a list of forms as part of the users session. It is kept in a stack like fashion with newly shown forms being added to the top. When forms are hidden or released this list is used to determine the form that should be activated if not explicitly instructed to show another form via a call to the .Show method of a form. Normally the form list is never directly interacted with by the user but instead methods of the forms are called. However there are cases where direct interaction with the form list may be necessary. For these cases TIWApplication contains several methods for interacting with the form list and are documented in the help file. |
(C) 2002-2009 - Atozed Software Ltd. | |