|
<< Click to Display Table of Contents >> Navigation: Classes > TIWAppForm > Methods > SetAsMainForm |
Use this procedure to set your form as the main form of the application. The call to this class method must be done in the initialization section of your IW form unit. The IntraWeb Application Wizard already adds a call to this method to the form created by the wizard.
SIGNATURE=IWAppForm.TIWAppForm.SetAsMainForm
ETYPE=Method
Declaration:
Delphi: |
public class procedure SetAsMainForm; |
C++: |
void public: __fastcall SetAsMainForm(); |
Description: This is SetAsMainForm, a member of class TIWAppForm.