Tips (1541)
{ Vor dem anzeigen der Form muss einfach die Parent Eigenschaft gesetzt werden: Before you show the Form you must simply set the parent property of the form: } procedure TForm1.Button1Click(Sender: TObject); begin Form2.Parent := ScrollBox1; Form2.Show; end;
Rate this tip: