win32 intf: documented TPopupMenu.OnClose and delete items

git-svn-id: trunk@26733 -
This commit is contained in:
mattias 2010-07-19 10:39:06 +00:00
parent 47c3b8be53
commit e0341b226e
2 changed files with 6 additions and 2 deletions

View File

@ -2255,7 +2255,7 @@ customise by choosing various menu items.</p>
<element name="TPopupMenu.OnClose">
<short>
<var>OnClose</var> - event handler for closing down the popup</short>
<descr/>
<descr>You can delete menu items here. But if you delete the clicked menu item on OnClose the OnClick will not follow under Windows.</descr>
<seealso/>
</element>
<!-- function Visibility: default -->

View File

@ -13,6 +13,10 @@
<short>Bitmap button color cannot be changed</short>
<descr>It is impossible to implement without making them owner drawn.</descr>
</issue>
<issue name="TPopupMenu.OnClose">
<short>OnClose happens before OnClick</short>
<descr>If you delete the clicked menu item during OnClose the OnClick will be omitted.</descr>
</issue>
<issue name="TProgressBar.Height">
<short>Progress bar height cannot be smaller then 10 if a Windows Theme is used</short>
<descr>Associated bug report: http://bugs.freepascal.org/view.php?id=10626