mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-03 23:48:40 +01:00
examples; anchordocking: improved two sibling example
git-svn-id: trunk@14051 -
This commit is contained in:
parent
8d5086eb31
commit
a6b0e52b35
@ -131,6 +131,7 @@ begin
|
||||
ClearLayout;
|
||||
|
||||
Form1:=CreateNewForm;
|
||||
with Form1 do SetBounds(Left,Top,400,200);
|
||||
Form2:=CreateNewForm;
|
||||
DockingManager.Manager.InsertControl(Form2,alRight,Form1);
|
||||
end;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user