HelpWhatsThis()

Previous Next

(Windows only.) Calls the help system, with the filename and help topic as specified by the Help File, and Help Topic properties of the object from which the method is called (e.g. a button). The Help Popup property determines whether the help text will be displayed as popup text (What's This help), or in the normal help window.

By embedding this method in ActionControl(), you can enable end users to drop the special help cursor on the object on which they want help (see the example below).

Syntax

HelpWhatsThis()

Parameters

None.

Example

ActionControl('TCHelp','Core',HelpWhatsThis())