<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <title>sDB Components Help : TsDBTable Properties</title>
  <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body>
<div align="center"><font face="Helvetica, Arial, sans-serif" size="+2"><font color="#ff0000">
simple</font><b>Database</b> Component Library</font><br>
<br>
<font face="Helvetica, Arial, sans-serif" size="+1">Help file</font><br>
</div>
<p>
<b><font face="Helvetica, Arial, sans-serif"><u>TsDBTable Properties</u></font></b><br>
</p>

<p>
<font face="Helvetica, Arial, sans-serif"><b>Active</b> : Boolean</font> <br>
- when <i>true</i> the table referred to by the TableName property is open. Setting <b>Active</b> to <i>true</i> has the same effect as calling the <b>OpenTable</b> method.
Setting <b>Active</b> to <i>false</i> has the same effect as calling the <b>CloseTable</b> method.</p>

<p>
<font face="Helvetica, Arial, sans-serif"><b>FieldCount</b> : byte</font> <u>[Readonly]</u><br>
- the number of fields in the currently open table</p>

<p><font face="Helvetica, Arial, sans-serif"><b>Position</b> : longint</font> <br>
- the number of the current record in the table</p>

<p>
<font face="Helvetica, Arial, sans-serif"><b>ReadOnly</b> : Boolean</font> <br>
- when <i>true</i> it is not possible to edit or add to the table. Default is <i>false</i></p>

<p><font face="Helvetica, Arial, sans-serif"><b>RecordCount</b> : longint</font> <u>[Readonly]</u><br>
- the number of records in the table. Note that this includes deleted records.</p>

<p><font face="Helvetica, Arial, sans-serif"><b>TableName</b> : string</font> <br>
- the full path and filename of the dBase file. This must have the file extension <b>.dbf</b></p>

<p><font face="Helvetica, Arial, sans-serif"><b>TableState</b> : TsTableState</font>  <u>[Readonly]</u><br>
- indicates the status of the table.<br>
- TsTableState = (tsInserting, tsEditing, tsBrowsing, tsClosed) </p>


</body>
</html>
