Showing FormsLast Updated: 9/19/2008 | |
| Sections above here: Home » Development » Form Management | |
|
Sections below here: Topics in this section: |
IntraWeb Forms are shown by calling the Show method. One thing that is different however from a normal application is that the form is not shown immediately when the .Show method is called. With an IntraWeb application the call to the .Show method merely sets the form as the next active form to show after the event exits and returns to IntraWeb. Only after the event executes will the form be shown. The general format to display a form is this: TFormType.Create(WebApplication).Show; with TFormType.Create(WebApplication) do begin |
(C) 2002-2009 - Atozed Software Ltd. | |