i try to dock vcl-forms.
At docking i set the undockwidth and undockheight:
LMDDockSite1.Panels[LMDDockSite1.PanelCount-1].UndockHeight := theHeight;
LMDDockSite1.Panels[LMDDockSite1.PanelCount-1].UndockWidth := theWidth;
But after undocking the form i see another size of the form.
What is the problem ?
To set the size manually i need to know an event at undocking.
The Event in the Form "OnUndock" was never fired.
Comments