📄 tabstable_restructuretable.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>TABSTable.RestructureTable</b><span style="font-family:Helvetica,Arial; font-size:12pt; color:#0000FF"><b>
<br>
</b></span><span style="font-family:Helv; font-size:9pt; color:#000000"><span style="font-family:Helv; font-size:9pt; color:#7F0000"><a href=tabstable.htm>TABSTable</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">Modifies the database table structure.
<br>
<br>
<b>function</b> RestructureTable(var Log: <b>String</b>): Boolean; <b>overload</b>;
<br>
<b>function</b> RestructureTable: Boolean; <b>overload</b>;
<br>
<br>
<b>Description</b>
<br>
Modifies the structure of the underlying table.
<br>
Set RestructureFieldDefs and RestructureIndexDefs before calling RestructureTable method.
<br>
<br>
<b>Notes</b>:
<br>
To rename existing field, use the <a href=tabstable_renamefield.htm>RenameField</a> method.
<br>
<b>
<br>
Note: </b>Restructuring a table could be a lengthy process if you are working with large table. Use BeforeRestructure, OnRestructureProgress and AfterRestructure event handlers to display the progress of a table restructuring process.
<br>
<br>
<br>
</span>
<!--#include virtual="/inc/footer.php"-->
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -