<!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 - Object &amp; Class Management
</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="../cat+en">Up</a>&nbsp;
<a href="miscfunc+en">Previous</a>&nbsp;
<a href="process+en">Next</a>&nbsp;
</td></tr></table>
<div class="notab">
<h1>
Object &amp; Class Management
</h1>
<table class="table" border="0" bordercolor="#000000" cellpadding="4" cellspacing="0">
<tr class="dark"><td valign="top">
<tt><a href="../lang/class+en">CLASS</a></tt>
</td><td valign="top">
Declares the use of a class.
</td></tr>
<tr><td valign="top">
<a href="../comp/gb/class+en">Class</a>
</td><td valign="top">
Many static methods to get information about classes.
</td></tr>
<tr class="dark"><td valign="top">
<tt><a href="../lang/create+en">CREATE</a></tt>
</td><td valign="top">
Declares a class as &quot;auto-creatable&quot;.
</td></tr>
<tr><td valign="top">
<tt><a href="../lang/export+en">EXPORT</a></tt>
</td><td valign="top">
Declares a class as exported.
</td></tr>
<tr class="dark"><td valign="top">
<tt><a href="../lang/inherits+en">INHERITS</a></tt>
</td><td valign="top">
Makes a class inherit another one.
</td></tr>
<tr><td valign="top">
<tt><a href="../lang/is+en">IS</a></tt>
</td><td valign="top">
Returns if an object is an instance of a class, or one of its descendants.
</td></tr>
<tr class="dark"><td valign="top">
<tt><a href="../lang/last+en">LAST</a></tt>
</td><td valign="top">
Returns a reference to the object that raised the last event.
</td></tr>
<tr><td valign="top">
<tt><a href="../lang/me+en">ME</a></tt>
</td><td valign="top">
Returns a reference to the current object.
</td></tr>
<tr class="dark"><td valign="top">
<tt><a href="../lang/new+en">NEW</a></tt>
</td><td valign="top">
Instanciates an object.
</td></tr>
<tr><td valign="top">
<tt><a href="../lang/new2+en">New</a></tt>
</td><td valign="top">
Instanciates an object with a class specified dynamically.
</td></tr>
<tr class="dark"><td valign="top">
<a href="../comp/gb/object+en">Object</a>
</td><td valign="top">
Many static methods relative to object management.
</td></tr>
<tr><td valign="top">
<tt><a href="../lang/super+en">SUPER</a></tt>
</td><td valign="top">
Return a reference to the current object that will use the public symbols implementation of the inherited class.
</td></tr>
</table>

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

