DesignIntf.TClassWrapper.GetClassParent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetClassParent: IClass;

C++

_di_IClass __fastcall GetClassParent();

Properties

Type Visibility Source Unit Parent
function protected
DesignIntf.pas
DesignIntf.hpp
DesignIntf TClassWrapper

Description

Returns the parent class.

GetClassParent returns the parent class of the class that this TClassWrapper instance wraps.

See Also