|
<< Click to Display Table of Contents >> Navigation: Classes > TIWServerControllerBase > Events > OnGetMainForm |
Triggered before IntraWeb creates the main form for each session, when the session starts. Use this event to set a different main form.
SIGNATURE=IWServerControllerBase.TIWServerControllerBase.OnGetMainForm
ETYPE=Event
Declaration:
Delphi: |
published property OnGetMainForm: TOnGetMainFormEvent; |
C++: |
__published: __property TOnGetMainFormEvent OnGetMainForm; |
Description: This is OnGetMainForm, a member of class TIWServerControllerBase.