DesignIntf.IClass.ClassParent

提供:RAD Studio API Documentation

Delphi

property ClassParent: IClass read GetClassParent;

C++

__property _di_IClass ClassParent = {read=GetClassParent};

プロパティ

種類 可視性 ソース ユニット
property public
DesignIntf.pas
DesignIntf.hpp
DesignIntf IClass


説明

祖先のクラスの名前を返します。

ClassParent は、クラスの直接の親の名前を表す文字列を返します。

関連項目