DesignIntf.IClass.ClassParent
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: DesignIntf.pas DesignIntf.hpp
| |
Unit: DesignIntf | |
Parent: IClass |
Delphi
property ClassParent: IClass read GetClassParent;
C++
__property _di_IClass ClassParent = {read=GetClassParent};
Description
Returns the name of the ancestor class.
ClassParent returns a string that represents the name of the direct parent of a class.