Subscriber portal
Retrieves the description from the current class by calling the static description method of the class if there is one.
public abstract ClassDescription caption()
The static description method of the RunBase class is usually used to obtain the description of a class because a class does not need to be initialized to call it. This method speeds up displaying the description in a grid, for example.