[Overview][Constants][Types][Classes][Procedures and functions][Variables] Reference for unit 'System' (#rtl)

TObject.ClassParent

Return the parent class.

Declaration

Source position: objpash.inc line 134

public function TObject.ClassParent: TClass;

Description

ClassParent returns the class of the parent class of the current class. This is always different from Nil, except for TObject.

Errors

None.

See also

TObject.ClassInfo

  

Return a pointer to the type information for this class.

TObject.ClassType

  

Return a "class of" pointer for the current class

TObject.ClassName

  

Return the current class name.