In main form i do this call :
If Assigned(FChildForm) Then
FChildForm.Free();
FChildForm:=TfrmClassifOrd_GR.CreateForm(WebPanel.ElementID);
WebPanel.ElementID <- I think is the problem
In main form i do this call :
If Assigned(FChildForm) Then
FChildForm.Free();
FChildForm:=TfrmClassifOrd_GR.CreateForm(WebPanel.ElementID);
WebPanel.ElementID <- I think is the problem