📄 tabsprogressevent.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>TABSProgressEvent
<br>
</b></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">TABSProgressEvent is the type of event handlers that provide feedback during lengthy operations.
<br>
<br>
<b>Unit</b>
<br>
ABSMain
<br>
<br>
<b>type</b> TABSProgressEvent = <b>procedure</b>(Sender: TObject; PercentDone: Integer; <b>var</b> Continue: Boolean) <b>of object</b>;
<br>
<br>
<b>Description
<br>
</b>Sender is the object that receives the event notification. This is typically the component that initiated the lengthy operation.
<br>
<br>
PercentDone is an approximation of how much of the operation has completed. Use PercentDone to update the position of a progress bar or other indicator.
<br>
<br>
Set Continue to True if the process should be continued and to False, if you want to interrupt the process.
<br>
</span>
<!--#include virtual="/inc/footer.php"-->
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -