📄 tabstable_batchmove.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.BatchMove</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">Performs the batch records move operation specified by Mode.
<br>
<br>
<b>procedure</b> BatchMove(SourceTableOrQuery: TABSDataSet; MoveType: <a href=tabsbatchmovetype.htm>TABSBatchMoveType</a>; DstTableIndexNameToIdentifyEqualRecords: <b>String</b> = '');
<br>
<br>
<b>Description</b>
<br>
Call BatchMove to perform the batch records move operation from source table or query to the current table.
<br>
<br>
SourceTableOrQuery is a dataset of a table or query to move records from.
<br>
MoveType specifies whether the BatchMove procedure should add records, replace records, delete records, or copy the Source.
<br>
DstTableIndexNameToIdentifyEqualRecords may specify index in destination table which will be used to associate records in source and destination tables.
<br>
<br>
<b>Note:</b>
<br>
Specified Index is used to associate records in source and destination tables (to decide whether records are equal or not).
<br>
If DstTableIndexNameToIdentifyEqualRecords parameter is blank then BatchMove uses index currently set in destination table.
<br>
If there is no active index in the destination table, then BatchMove uses primary index from the destination table.
<br>
If there is no primary index, then a temporary index is created on a fields existing in both tables.
<br>
<b>
<br>
Note:</b>
<br>
If possible index is temporarily created for the source table too, to speed up move operation.
<br>
<br>
<b>Note:
<br>
</b>Use <a href=tabstable_beforebatchmove.htm>BeforeBatchMove</a>, <a href=tabstable_onbatchmoveprogress.htm>OnBatchMoveProgress</a> and <a href=tabstable_afterbatchmove.htm>AfterBatchMove</a> events to display progress of potentially long batch operation.
<br>
<br>
</span>
<!--#include virtual="/inc/footer.php"-->
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -