diff --git a/docs/xml/lcl/actnlist.xml b/docs/xml/lcl/actnlist.xml index 91b2943f96..42f6b3e852 100644 --- a/docs/xml/lcl/actnlist.xml +++ b/docs/xml/lcl/actnlist.xml @@ -833,18 +833,27 @@ - - - + + Specifies an event handler signalled to get the hint text for an action. + + +

+ THintEvent is an object procedure type which specifies an event handler signalled to get the hint text for a TCustomAction instance. THintEvent is the type used for the OnHint property in TCustomAction. +

+
+ + + TControl.OnShowHint + TApplication.OnShowHint +
- - + Returns the hint text for the action instance. - - + Indicates whether the hint text can be displayed for the action. + @@ -1730,7 +1739,9 @@ - + + Address of the routine used to register actions used in the action list editor. + @@ -1744,7 +1755,9 @@ - + + Address of the routine used to unregister actions used in the action list editor. + @@ -1754,7 +1767,9 @@ - + + Address of the routine used to enumerate actions in the action list editor. + @@ -1768,7 +1783,9 @@ - + + Address of the routine used to create a new action in the action list editor. +