tdataset_getfieldlist.htm
来自「Absolute Database 5.12 src. Absolute Da」· HTM 代码 · 共 58 行
HTM
58 行
<html>
<head>
<title></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>TDataSet.GetFieldList
<br>
</b><span style="font-family:Helv; font-size:9pt; color:#000000"><span style="font-family:Helv; font-size:9pt; color:#7F0000"><a href=tdataset.htm>TDataSet</a></span></span><span style="font-family:Helvetica,Arial; font-size:12pt; color:#000000"><b>
<br>
</b></span></span>
</td>
<td align="right">
<font face="Arial" size="2">
<a href="overview.htm">Top</a>
</font>
</td>
</tr>
</table>
<br><br>
<span style="font-family:Helvetica,Arial; font-size:10pt; color:#000000">Retrieves a specified set of field objects into a list.
<br>
<br>
<b>procedure</b> GetFieldList(List: TList; <b>const </b>FieldNames: string);
<br>
<br>
<b>Description</b>
<br>
Call GetFieldList to copy a specified set of field objects into a list object created and maintained by the application.
<br>
<br>
List is the TList object where the field objects should be copied. FieldNames is a string containing the names of the fields to copy. Each field name in the string must be separated from other field names with a semicolon. GetFieldList builds a list that contains only the field objects for which it finds a matching name in the dataset's list of field objects.
<br>
<br>
<b>Note:</b>
<br>
Applications do not normally call GetFieldList to copy field objects. Field objects are directly accessible through the dataset itself. In some cases, however, it may be useful to work with a copy of a field object or its data instead of working on the actual object in the dataset.
<br>
</span>
<!--#include virtual="/inc/footer.php"-->
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?