IForeClass.ParentName

Syntax

ParentName: String;

Description

The ParentName property returns the name of the parent class/interface.

Comments

The property value is available if a parent class/interface is determined for the current class/interface in the code.

Example

The example of use is given in description of the IForeAssembly.ClassItem method.

See also:

IForeClass