HelpTopic Property (AProgram)

Returns the object main help topic.

Syntax

[ sHelpTopic = ] Object.HelpTopic

The HelpTopic property syntax has the following parts:

 

Name

Type

Description

Object

AProgram

AProgram object

sHelpTopic

BString

A string specifying the object main help topic.

Example

The following statement shows how to display a help window containing the main help topic for the current program. It is assumed that the variable frm contains an already loaded form.

frm.ShowHelpContext(Program.HelpFile, Program.HelpTopic)

Applies to

AProgram

See Also

HelpFile