JCL Help:TJclClassTypeInfo.GetParent

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Retrieve an interface to the RTTI of the parent class.


Pascal

 public function GetParent: IJclClassTypeInfo;


Return Value

If the class has a parent the function will return an interface to the RTTI of the parent, otherwise the function returns nil.


Description

GetParent retrieves an interface to the RTTI of the parent class. If the class has no parent, GetParent will return nil. GetParent is the read specifier for the Parent property.


About

Donator

Marcel Bestebroer


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page