<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" href="../../../style.css">
<title>
Gambas Documentation - Property Implementation
</title>
</head>
<body>
<table class="none" width="100%" cellpadding="0" cellspacing="0" border="0">
<tr><td align="left">
<font size="-1">
<a href="../../../help%3Fen"><img class="flag" alt="Home" border="0" src="../../../img/lang/en.png" align="center"></a>&nbsp;&nbsp;
<a href="../cat%3Fen">Up</a>&nbsp;&nbsp;
<a href="post%3Fen">Previous</a>&nbsp;&nbsp;
<a href="return%3Fen">Next</a>&nbsp;&nbsp;
</td></tr></table>
<div class="notab">
<h1>
Property Implementation
</h1>
<table class="table" border="0" bordercolor="#000000" cellpadding="4" cellspacing="0">
<tr bgcolor="white"><td valign="top">
<tt><a href="../name/begin_property%3Fen">BEGIN_PROPERTY</a></tt>
</td><td valign="top">
Begins the implementation of a property.
</td></tr>
<tr><td valign="top">
<tt><a href="../name/end_property%3Fen">END_PROPERTY</a></tt>
</td><td valign="top">
Ends the implementation of a property.
</td></tr>
<tr bgcolor="white"><td valign="top">
<tt><a href="../name/plength%3Fen">PLENGTH</a></tt>
</td><td valign="top">
Returns the length of the string value the property must be set to.
</td></tr>
<tr><td valign="top">
<tt><a href="../name/prop%3Fen">PROP</a></tt>
</td><td valign="top">
Returns a pointer to the value the property must be set to.
</td></tr>
<tr bgcolor="white"><td valign="top">
<tt><a href="../name/pstring%3Fen">PSTRING</a></tt>
</td><td valign="top">
Returns the address of the string value the property must be set to.
</td></tr>
<tr><td valign="top">
<tt><a href="../name/read_property%3Fen">READ_PROPERTY</a></tt>
</td><td valign="top">
Returns if the property implementation was called for reading.
</td></tr>
<tr bgcolor="white"><td valign="top">
<tt><a href="../name/vprop%3Fen">VPROP</a></tt>
</td><td valign="top">
Returns the value the property must be set to.
</td></tr>
</table>

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

