📄 tabsadvfielddefs_addfielddef.htm
字号:
<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>TABSAdvFieldDefs.AddFieldDef
<br>
</b><span style="font-family:Helv; font-size:9pt; color:#000000"><span style="font-family:Helv; font-size:9pt; color:#7F0000"><a href=tabsadvfielddefs.htm>TABSAdvFieldDefs</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">Creates a new field definition object and adds it to the Items property of this TABSAdvFieldDefs object.
<br>
<br>
<b>function</b> AddFieldDef: <a href=tabsadvfielddef.htm>TABSAdvFieldDef</a>;
<br>
<br>
<b>Description</b>
<br>
Call AddFieldDef to add field definitions when creating a database table. AddFieldDef returns the new TABSAdvFieldDef object that is added to the collection of field definitions. After calling AddFieldDef, set the properties of the newly added TABSAdvFieldDef object to specify the name, type, and size of field that should be created.
<br>
<br>
<b>Note:</b> AddFieldDef is only valid in the context of creating field definitions for a table to be created with a subsequent call to the CreateTable method. It cannot be used to add fields to an already-existing table.
<br>
</span>
<!--#include virtual="/inc/footer.php"-->
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -