Class TClassD

Description
Hierarchy
Fields
Methods
Properties

Unit

Declaration

type TClassD = class(TClassC)

Description

This item has no description. Showing description inherited from TClassA.

This description is only on TClassA, TClassB, TClassC, and TClassD.

Hierarchy

Overview

Methods

Public procedure Proc; override;
Public procedure NotInheritedProc;

Properties

Public property NotInheritedProp: string read FOtherValue;

Description

Methods

Public procedure Proc; override;

This item has no description. Showing descriptions inherited from ancestors.

From IInterfaceC.Proc:

This description is only on TClassC.Proc and TClassD.Proc.

From TClassB.Proc:

This description is only on TClassB.Proc, TClassC.Proc and TClassD.Proc.

Public procedure NotInheritedProc;

This item has no description.

Properties

Public property NotInheritedProp: string read FOtherValue;

This item has no description.