Like the effect in the VCL:
Var
Form2: TForm2;
The begin
Form2:=TForm2. Create (self);
Form2. Parent:=Panel1;
Form2. BorderStyle:=bsNone;
Form2. Show;
end;
CodePudding user response:
Still didn't solve?
Var
Form2: TForm2;
The begin
Form2:=TForm2. Create (self);
Form2. Parent:=Panel1;
Form2. BorderStyle:=bsNone;
Form2. Show;
end;
CodePudding user response:
Still didn't solve?