DesignIntf.IClass.GetClassParent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetClassParent: IClass;

C++

virtual _di_IClass __fastcall GetClassParent() = 0 ;

Properties

Type Visibility Source Unit Parent
function public
DesignIntf.pas
DesignIntf.hpp
DesignIntf IClass

Description

Returns the name of the ancestor class.

GetClassParent returns an interface that represents the class from which the current class inherits.

See Also