Share via


RunBase::getHelpText Method [AX 2012]

Returns the Help text from the class that has the specified classId value.

Syntax

client server public static HelpTxt getHelpText(ClassId _classNum)

Run On

ClientOrServer

Parameters

Return Value

Type: HelpTxt Extended Data Type
The help text from the class that has the specified classId value.

See Also

RunBase Class

RunBase::getDescription Method