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.
Retrieves the description from the current class by calling the static description method of the class.
Syntax
public ClassDescription caption()
Run On
Called
Return Value
Type: ClassDescription Extended Data Type
The description from the current class.
Remarks
This method can be overridden to give a more precise description; for example, when you need internal variables to build the description text.
The static description method of the RunBase class can be used to obtain the description of a class because you do not have to create an instance of the class to call it. However, this method speeds up displaying the description in a grid.