Share via


FormGroupControl.helpText Method

Gets or sets the Help text that is displayed at the bottom of the screen when a field or control is pointed to.

Syntax

public str helpText([str value])

Run On

Client

Parameters

  • value
    Type: str
    A String data type value that contains the Help text.

Return Value

Type: str
The string that should be displayed at the bottom of the screen.

Remarks

Set the HelpText property for an object by using the property sheet. The Help text must not exceed 250 characters.

See Also

Reference

FormGroupControl Class