Skip to content

TObject.ClassName

Return the current class name.

Declaration

Source position: objpash.inc line 222

public 
  class function ClassName : shortstring;

Description

ClassName returns the class name for the current class, in all-uppercase letters. To check for the class name, use the ClassNameIs class method.

Errors

None.

See also

Name Description
ClassInfo Return a pointer to the type information for this class.
ClassNameIs Check whether the class name equals the given name.
ClassType Return a "class of" pointer for the current class