tabsadvfielddefs_add.htm

来自「Absolute Database 5.12 src. Absolute Da」· HTM 代码 · 共 52 行

HTM
52
字号
<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.Add
<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>&nbsp;
     
     </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.
<br>

<br>
<b>procedure</b> Add(<b>const</b> Name: String; DataType: <a href=tabsadvancedfieldtypetype.htm>TABSAdvancedFieldType</a>; Size: Integer = 0; Required: Boolean = False; BLOBCompressionAlgorithm: <a href=tcompressionalgorithm_type.htm>TCompressionAlgorithm</a> = caNone; BLOBCompressionMode: Byte = 0);
<br>

<br>
<b>Description</b>
<br>
Add uses the values passed in the Name, DataType, Size, Required, BLOBCompressionAlgorithm and BLOBCompressionMode parameters and assigns them to the respective properties of the new field definition object.
<br>

<br>
If a field definition with same name already exists, Add raises an exception.
<br>
</span>

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

⌨️ 快捷键说明

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