Opportunities of a component: Work with not modal forms of the application in MDI and SDI interfaces. Access to individual object TSyntWindowItem of a window is possible already in event of form OnCreate.
Opportunities of a component: Work with not modal forms of the application in MDI and SDI interfaces. Access to individual object TSyntWindowItem of a window is possible already in event of form OnCreate. Opportunity to hide and show the forms in both kinds of the interface. Additional events for forms: OnMaximize, OnMinimize, OnRestore. Events OnActivate and OnDeactivate occur when obviously the child form becomes active/not active. Correct processing of event OnCloseQuery in child windows SDI of the interface. The OneInstance property will allow to start only one copy of your application. The component has the following events: OnRegisterWindow, OnUnRegisterWindow, OnActivateWindow, OnDeActivateWindow, OnHideWindow, OnUnHideWindow, OnCloseAllWindow, OnUpdateCaptionWindow, FOnInstanceExists.