HelpFile Property (AProgram)

Returns the object help file.

Syntax

[ sHelpFile = ] Object.HelpFile

The HelpFile property syntax has the following parts:

 

Name

Type

Description

Object

ADriver

ADriver object

sHelpFile

BString

A string specifying the object help file.

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

HelpTopic