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 of the current class.
Remarks
The static RunBase.description method is usually used to obtain the description of a class because a class is not required to be initialized to call it. This method speeds up displaying the description in a grid, for example.