Skip to content

TObject.ClassType

Return a "class of" pointer for the current class

Declaration

Source position: objpash.inc line 220

public 
  class function ClassType : TClass;

Description

ClassType returns a TClass class type reference for the current class.

See also

Name Description
TClass Class of TObject .
ClassInfo Return a pointer to the type information for this class.
ClassName Return the current class name.