dpMyDockPanel.Height := max(dpMyDockPanel.Height,500);
GetParentForm(dpMyDockPanel).UndockHeight := max(dpMyDockPanel.Height,500);
With the UndockHeight method the parentform reported the size was changed from 0 to 500, however the actual panel remained invisible. Changing the <Site> Height and Width in the XML does fix the size.
Comments