浏览代码

Document call order.

Martijn Laan 6 年之前
父节点
当前提交
8dd9d73e78
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ISHelp/isx.xml

+ 1 - 1
ISHelp/isx.xml

@@ -313,7 +313,7 @@ end;
 <p>The following rules apply:</p>
 
 <ul>
-<li>All implementations will always be called in an undefined order except that any main implementation (=the implementation without an event attribute) will be called last.</li>
+<li>The implementations will be called in order of their definition except that any main implementation (=the implementation without an event attribute) will be called last.</li>
 <li>Event attributes may only be used for event functions which are a procedure or are a function which return a Boolean. In the latter case:</li>
 <ul>
 <li><tt>InitializeSetup</tt>, <tt>BackButtonClick</tt>, <tt>NextButtonClick</tt>, <tt>InitializeUninstall</tt>: All implementations must return True for the event function to be treated as returning True and an implementation returning False does not stop the calls to the other implementations. In other words: the results are 'and'-ed without lazy evaluation.</li>