DesignIntf.IClass.GetClassParent
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: DesignIntf.pas DesignIntf.hpp
| |
Unit: DesignIntf | |
Parent: IClass |
Delphi
function GetClassParent: IClass;
C++
virtual _di_IClass __fastcall GetClassParent() = 0 ;
Description
Returns the name of the ancestor class.
GetClassParent returns an interface that represents the class from which the current class inherits.