DesignIntf.IClass.ClassParent
Delphi
property ClassParent: IClass read GetClassParent;
C++
__property _di_IClass ClassParent = {read=GetClassParent};
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
property | public | DesignIntf.pas DesignIntf.hpp |
DesignIntf | IClass |
Description
Renvoie le nom de la classe ancêtre.
ClassParent renvoie une chaîne représentant le nom du parent direct d'une classe.