FormBuildGridControl.helpText Method

Gets or sets the help text to display 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

Return Value

Type: str
The string to 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

FormBuildGridControl Class