Skip to content

Help - cUIObject

Overridden in the help_system to activate context-sensitive help

Type: Procedure

Syntax

Procedure Help

Call Example

Send Help

Description

By default, this message does nothing. It is overridden in the help_system to activate context-sensitive help. Usually this message is placed on an accelerator key. See the HelpSystem class reference for more information on the help message.

on_key khelp send help
:
get help_name to context
append context '.' (current_item(self))

See Also

HelpSystem