DesignIntf.TClassWrapper.GetClassParent

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function GetClassParent: IClass;

C++

_di_IClass __fastcall GetClassParent(void);

プロパティ

種類 可視性 ソース ユニット
function protected
DesignIntf.pas
DesignIntf.hpp
DesignIntf TClassWrapper

説明

親クラスを返します。

GetClassParent は、この TClassWrapper インスタンスがラッピングしているクラスの親クラスを返します。

関連項目