---------------------------------------------------------------------------
| 17 | |
| 18 | //--------------------------------------------------------------------------- |
| 19 | GUI_Main_HTML::GUI_Main_HTML(Core* Core_, TWinControl* Owner) |
| 20 | : GUI_Main_Common_Core(Core_) |
| 21 | { |
| 22 | //VCL specific |
| 23 | VCL=new TCppWebBrowser(Owner); |
| 24 | //VCL->Parent=Owner; |
| 25 | |
| 26 | //Update |
| 27 | GUI_Refresh(); |
| 28 | } |
| 29 | |
| 30 | //--------------------------------------------------------------------------- |
| 31 | GUI_Main_HTML::~GUI_Main_HTML() |
nothing calls this directly
no outgoing calls
no test coverage detected