mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 19:09:19 +02:00
Docs: LCL/actnlist. Adds missing topic content.
(cherry picked from commit 64fdfecf46
)
This commit is contained in:
parent
060e46986b
commit
1e1fccab39
@ -833,18 +833,27 @@
|
|||||||
</element>
|
</element>
|
||||||
<!-- procedure type Visibility: default -->
|
<!-- procedure type Visibility: default -->
|
||||||
<element name="THintEvent">
|
<element name="THintEvent">
|
||||||
<short/>
|
<short>
|
||||||
<descr/>
|
Specifies an event handler signalled to get the hint text for an action.
|
||||||
<seealso/>
|
</short>
|
||||||
|
<descr>
|
||||||
|
<p>
|
||||||
|
<var>THintEvent</var> is an object procedure type which specifies an event handler signalled to get the hint text for a <var>TCustomAction</var> instance. THintEvent is the type used for the <var>OnHint</var> property in <var>TCustomAction</var>.
|
||||||
|
</p>
|
||||||
|
</descr>
|
||||||
|
<seealso>
|
||||||
|
<link id="TCustomAction.OnHint"/>
|
||||||
|
<link id="#lcl.controls.TControl.OnShowHint">TControl.OnShowHint</link>
|
||||||
|
<link id="#lcl.forms.TApplication.OnShowHint">TApplication.OnShowHint</link>
|
||||||
|
</seealso>
|
||||||
</element>
|
</element>
|
||||||
<!-- argument Visibility: default -->
|
|
||||||
<element name="THintEvent.HintStr">
|
<element name="THintEvent.HintStr">
|
||||||
<short/>
|
<short>Returns the hint text for the action instance.</short>
|
||||||
</element>
|
</element>
|
||||||
<!-- argument Visibility: default -->
|
|
||||||
<element name="THintEvent.CanShow">
|
<element name="THintEvent.CanShow">
|
||||||
<short/>
|
<short>Indicates whether the hint text can be displayed for the action.</short>
|
||||||
</element>
|
</element>
|
||||||
|
|
||||||
<!-- object Visibility: default -->
|
<!-- object Visibility: default -->
|
||||||
<element name="TCustomAction">
|
<element name="TCustomAction">
|
||||||
<short>
|
<short>
|
||||||
@ -1730,7 +1739,9 @@
|
|||||||
</element>
|
</element>
|
||||||
<!-- constant Visibility: default -->
|
<!-- constant Visibility: default -->
|
||||||
<element name="RegisterActionsProc">
|
<element name="RegisterActionsProc">
|
||||||
<short/>
|
<short>
|
||||||
|
Address of the routine used to register actions used in the action list editor.
|
||||||
|
</short>
|
||||||
<descr/>
|
<descr/>
|
||||||
<seealso/>
|
<seealso/>
|
||||||
</element>
|
</element>
|
||||||
@ -1744,7 +1755,9 @@
|
|||||||
</element>
|
</element>
|
||||||
<!-- constant Visibility: default -->
|
<!-- constant Visibility: default -->
|
||||||
<element name="UnRegisterActionsProc">
|
<element name="UnRegisterActionsProc">
|
||||||
<short/>
|
<short>
|
||||||
|
Address of the routine used to unregister actions used in the action list editor.
|
||||||
|
</short>
|
||||||
<descr/>
|
<descr/>
|
||||||
<seealso/>
|
<seealso/>
|
||||||
</element>
|
</element>
|
||||||
@ -1754,7 +1767,9 @@
|
|||||||
</element>
|
</element>
|
||||||
<!-- constant Visibility: default -->
|
<!-- constant Visibility: default -->
|
||||||
<element name="EnumRegisteredActionsProc">
|
<element name="EnumRegisteredActionsProc">
|
||||||
<short/>
|
<short>
|
||||||
|
Address of the routine used to enumerate actions in the action list editor.
|
||||||
|
</short>
|
||||||
<descr/>
|
<descr/>
|
||||||
<seealso/>
|
<seealso/>
|
||||||
</element>
|
</element>
|
||||||
@ -1768,7 +1783,9 @@
|
|||||||
</element>
|
</element>
|
||||||
<!-- constant Visibility: default -->
|
<!-- constant Visibility: default -->
|
||||||
<element name="CreateActionProc">
|
<element name="CreateActionProc">
|
||||||
<short/>
|
<short>
|
||||||
|
Address of the routine used to create a new action in the action list editor.
|
||||||
|
</short>
|
||||||
<descr/>
|
<descr/>
|
||||||
<seealso/>
|
<seealso/>
|
||||||
</element>
|
</element>
|
||||||
|
Loading…
Reference in New Issue
Block a user