DesignIntf.TClassWrapper.GetClassParent

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
DesignIntf.pas
DesignIntf.hpp
Unit: DesignIntf
Parent: TClassWrapper

Delphi

function GetClassParent: IClass;

C++

_di_IClass __fastcall GetClassParent();

Description

Returns the parent class.

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

See Also