| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Return the current class name.
Source position: objpash.inc line 220
| public class function TObject.ClassName: shortstring; | 
ClassName returns the class name for the current class, in all-uppercase letters. To check for the class name, 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. |