HelpButton Property
Applies To
Form
Description
Gets or sets a value indicating whether a Help button should be displayed in the caption box of the form.
Usage
GGet Form.HelpButton, var
GSet Form.HelpButton, value
- Form
- Name of a form or string variable containing a form name.
- var
- Boolean variable that will contain the value of the property.
- value
- Boolean expression for the new value of the property.
Values
False
True
Default: False
Remarks
When this property is set to True, a small button with a question mark appears in the caption bar to the left of the Close button (when MaximizeBox, MinimizeBox properties are set to “False”). You can use this button to display help for your application.
See Also
Form, HelpID
Example
GSet frmMain.HelpButton, True