tdatasetnotifyevent_type.htm

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

HTM
54
字号
<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>TDataSetNotifyEvent type</b><b>
<br>
</b></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">TDataSetNotifyEvent is a pointer to a method used to notify a dataset component an event has occurred.
<br>

<br>
<b>Unit</b>
<br>

<br>
DB
<br>

<br>
<b>type</b> TDataSetNotifyEvent = <b>procedure</b>(DataSet: <a href=tdataset.htm>TDataSet</a>) <b>of object</b>;
<br>

<br>
<b>Description</b>
<br>
TDataSetNotifyEvent specifies a method that notifies a dataset component when an event has occurred. It is used by most events on the various dataset components. The DataSet parameter is the dataset component that is receiving the notification.
<br>
</span>

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

⌨️ 快捷键说明

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