Share via


FormRun.getFormHelpTopic Method

Retrieves the saved Help topic for the form.

Syntax

public str getFormHelpTopic()

Run On

Client

Return Value

Type: str
A string value that specifies the Help topic for the form.

Remarks

Use the Form.getformHelpTopic method to retrive the saved Help topic for the form. If the Help topic hasn't already been set by using the Form.setFormHelpTopic method, an empty string is returned.

See Also

Reference

FormRun Class