FormComboBoxControl.helpField Method [AX 2012]

Returns the Help text for the control.

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 for the control.

The helpField method cannot be used to set the value of the Help text. Use the helpText method to set the value of the Help text.

The following example shows how to use the helpField method.

str strHelp; 
 
strHelp = this.helpField();

Community Additions

ADD
Show: