# | Line 812 | Line 812 | end; | |
---|---|---|
812 | ||
813 | function TForm_Main.open_child(window_context: String; Connection: Integer): TForm_BaseTemplate; | |
814 | begin | |
815 | < | open_child(window_context, Connection, -1); |
815 | > | Result := open_child(window_context, Connection, -1); |
816 | end; | |
817 | ||
818 | function TForm_Main.open_child(window_context: String): TForm_BaseTemplate; | |
819 | begin | |
820 | < | open_child(window_context, -1, -1); |
820 | > | Result := open_child(window_context, -1, -1); |
821 | end; | |
822 | ||
823 | end. |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |