Project Project1.exe raised exception class EAccessViolation with message 'Acess violation at address 005F46E0 in module 'Project1.exe'. Read of address 00000384.Process stopped.  Use Step or Run to continue.procedure TfrmMain2.SetFuncAreaContents(frmobj: TForm);
begin
  try
    frmobj.HostDockSite := RzPnlFuncArea;  程序出错处
    frmobj.Dock(RzPnlFuncArea, RzPnlFuncArea.ClientRect);
    frmobj.Show;
  except
    frmobj.Free;
  end;
end;RzPnlFuncArea 为一个控件  我想吧一个 界面 插到这个控件上显示