HelpID Property
Applies To
Form
Description
Returns or sets an Integer containing the HelpID for a topic in a Help file.
Usage
GGet Form.HelpID, var
GSet Form.HelpID, value
- Form
- Name of a form or string variable containing a form name.
- var
- Integer variable that will contain the value of the property.
- value
- Integer expression for the new value of the property.
Values
An integer value that is a topic ID in the help file. (0 ~ 999999)
Default:
Remarks
The HelpID property is used to display context-sensitive Help for an application. The help file is specified in the EPSON RC+ Project | Properties | GUI Builder page.
When HelpID is not 0 and the user types F1 or clicks the form help button (if the HelpButton property is True), then the help topic is displayed.
See Also
Form , HelpButton Property
Example
GSet frmMain.HelpID, 50
← HelpButton Property I →