This documentation is archived and is not being maintained.
FormObject.helpField Method [AX 2012]
Returns the Help text for the control.
Run On
Client
Return Value
Type:
str
The Help text for the control; an empty string if there is no Help text.
The following example shows how to use the helpField method.
str strHelp;
strHelp = this.helpField();