⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 accessingtableandqueryfiel.htm

📁 Absolute Database 5.12 src. Absolute Database lets you forget the Borland Database Engine (BDE). Th
💻 HTM
字号:
<html>
<head>
   <title>Accessing Table and Query Fields</title>
</head>

<!--#include virtual="/inc/header.php"-->


<table width="100%" border="0" cellspacing="0" cellpadding="2" bgcolor="#FFFFFF">
  <tr>
    <td align="left">
      
<span style="font-family:Helvetica,Arial; font-size:12pt; color:#000000"><b>Accessing Table and Query Fields
<br>
</b></span>
    </td>
    <td align="right">
     <font face="Arial" size="2">
     <a href="usingdatacontrols.htm">Previous</a>&nbsp;
     <a href="overview.htm">Top</a>&nbsp;
     <a href="searchingdatasets.htm">Next</a>
     </font>
    </td>
  </tr>
</table>
<br><br>



<span style="font-family:Helvetica,Arial; font-size:10pt; color:#000000">
<br>
<b>Accessing record field values
<br>

<br>
</b>You can access the field values of the current row by accessing a corresponding TField object.
<br>

<br>
<span style="font-family:Courier New; font-size:8pt; color:#000000">Label1.Caption&nbsp;:=&nbsp;ABSTable1.FieldByName(<span style="font-family:Courier New; font-size:8pt; color:#000080">'FirstName'</span></span><span style="font-family:Courier New; font-size:8pt; color:#000000">).AsString;
<br>

<br>
</span><span style="font-family:Helvetica,Arial; font-size:10pt; color:#000000">To learn how to update field values of existing record, see <a href=editingrecords.htm>Editing Records</a> topic.
<br>

<br>
For details on how to insert a new record with the specified field values, see <a href=addingnewrecords.htm>Adding New Records</a> topic.
<br>

<br>
</span></span>

<!--#include virtual="/inc/footer.php"--> 
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -