State information for list boxes and their relatives

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2071 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2003-01-18 11:14:51 +00:00
parent 4e0a7e927b
commit ed82cf39f6

View file

@ -243,7 +243,7 @@ numbers from 1 to NumFields. Each Field section can contain the following values
<td class="righttable">Specifies the state of the control. This is updated when the user
closes the window, so you can read from it from NSIS. For edit texts and dir and file
request boxes, this is the string that is specified. For radio button and check boxes,
this can be '0' or '1' (for unchecked or checked).
this can be '0' or '1' (for unchecked or checked). For list boxes, combo boxes and drop lists this is the selected items separated by pipes ('|').
</td></tr>
<tr>
<td class="lefttable"><span class="bold">ListItems</span></td>