Docs: document that adding a submenu to a TMenuItem that is a separator can crash the computer on non-Windows platform.

git-svn-id: trunk@48457 -
This commit is contained in:
bart 2015-03-22 14:42:50 +00:00
parent e345120713
commit beb11406dd

View File

@ -1378,6 +1378,9 @@ Descendent classes can override this method to provide a different result.
<element name="TMenuItem.Add">
<short>
<var>Add</var> - an item to the menu</short>
<descr>
<var>Add</var> - an item to the menu.
Be aware that adding an item to a TMenuItem that is a Separator, may crash your computer on non-Windows platforms.
<descr/>
<errors/>
<seealso/>