Overview | Methods | This Package | All Packages
Retrieves the help topic of the member.
Syntax
public String getHelpTopic()
Return Value
Returns the help topic for the member. If the member does not have the help attribute, an empty string is returned.
Remarks
This method searches the member's attributes for an instance of HelpAttribute. If one is found, the associated help topic is returned.
See Also getHelpURL