JCL Help:TJclInterfaceTypeInfo.GetParent

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Retrieve a reference to the parent interface.


Pascal

 public function GetParent: IJclInterfaceTypeInfo;


Return Value

A reference to the parent interface RTTI. If the interface has no parent nil will be returned instead.


Description

GetParent retrieves an interface to the parent interface of this type. If the interface has no parent nil is returned. GetParent is the read specifier of 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