<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" href="../../../../style.css">
<title>
Gambas Documentation - Form.Load
 (gb.qt)</title>
</head>
<table class="none" width="100%" cellpadding="0" cellspacing="0" border="0">
<tr><td align="left">
<font size="-1">
<a href="../../../../help+en"><img class="flag" alt="Home" border="0" src="../../../../img/lang/en.png" align="center"></a>&nbsp;
<a href="../form+en">Up</a>&nbsp;
<a href="../form+en">Previous</a>&nbsp;
<a href="main+en">Next</a>&nbsp;
</td></tr></table>
<div class="notab">
<h1>
Form.Load
 (gb.qt)</h1>
<div class="black"><font size="-2"><b>Syntax</b></font></div>
<pre class="syntax"><font color="blue">STATIC</font> <font color="blue">SUB</font> <b>Load</b> <font color="blue">(</font> <b>[</b> <u>Parent</u> <font color="blue">AS</font> <font color="#0080FF"><a href="../control+en">Control</a></font> <b>]</b> <font color="blue">)</font></pre>
Creates the hidden default instance of the form.
<p>
<b>NOTE:</b> You should use this function only if the default instance need to be embedded in a <a href="../../gb.qt.ext/workspace+en">Workspace</a>
or in another form.
<p>
<div class="warning"><table class="none" border="0"><tr><td width="40" valign="top"><img border="0" src="../../../../img/vb.png" align="center"></td><td valign="top">
This function is called Load to recall the Visual Basic&trade; terminology.
<p>
Old VB user, do not use this method on an already instanciated form. This is useless, at it will
create an hidden form that you will never use, and that will prevent your program to terminate!
</td></tr></table></div>

</div>
</body>
</html>

