Return the current class name.
Source position: objpash.inc line 273
| public class function TObject.ClassName: shortstring; | 
ClassName returns the class name for the current class. To check for the class name, you can use the ClassNameIs class method.
None.
| 
 | Return a pointer to the type information for this class. | |
| 
 | Return a "class of" pointer for the current class. | |
| 
 | Check whether the class name equals the given name. |