DesignIntf.IClass.ClassParent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ClassParent: IClass read GetClassParent;

C++

__property _di_IClass ClassParent = {read=GetClassParent};

Properties

Type Visibility Source Unit Parent
property public
DesignIntf.pas
DesignIntf.hpp
DesignIntf IClass

Description

Returns the name of the ancestor class.

ClassParent returns a string that represents the name of the direct parent of a class.

See Also