Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the Help text for the control.
Syntax
public str helpField()
Run On
Client
Return Value
Type: str
The Help text for the control; an empty string if there is no Help text.
Examples
The following example shows how to use the helpField method.
str strHelp;
strHelp = this.helpField();