Docs: LCL/actnlist. Changes topic order to match declaration order in 0cbb6646.

(cherry picked from commit 3aa0357f71)
This commit is contained in:
dsiders 2023-08-13 18:19:26 +01:00
parent 58396621fc
commit acd0fada44

View File

@ -1600,6 +1600,10 @@ Owner of the class instance.
<element name="TAction.Hint" link="#lcl.actnlist.TCustomAction.Hint"/>
<element name="TAction.ImageIndex" link="#lcl.actnlist.TCustomAction.ImageIndex"/>
<element name="TAction.SecondaryShortCuts" link="#lcl.actnlist.TCustomAction.SecondaryShortCuts"/>
<element name="TAction.ShortCut" link="#lcl.actnlist.TCustomAction.ShortCut"/>
<element name="TAction.Visible" link="#lcl.actnlist.TCustomAction.Visible"/>
<element name="TAction.OnExecute">
<short>Event called when action is executed.</short>
<descr>
@ -1647,10 +1651,6 @@ executed at this point in time.
</seealso>
</element>
<element name="TAction.SecondaryShortCuts" link="#lcl.actnlist.TCustomAction.SecondaryShortCuts"/>
<element name="TAction.ShortCut" link="#lcl.actnlist.TCustomAction.ShortCut"/>
<element name="TAction.Visible" link="#lcl.actnlist.TCustomAction.Visible"/>
<element name="TActionLink">
<short>A link between an action and a client class.</short>
<descr>