Class TClassC

Description
Hierarchy
Fields
Methods
Properties

Unit

Declaration

type TClassC = class(TClassB, IInterfaceC)

Description

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

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

Hierarchy

Overview

Fields

Protected FOtherValue: string;

Methods

Public procedure Proc; override;
Public procedure NotInheritedProc;

Properties

Public property Prop read FValue;
Public property NotInheritedProp: string read FOtherValue;

Description

Fields

Protected FOtherValue: string;

This item has no 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 description is only on TClassC.NotInheritedProc.

Properties

Public property Prop read FValue;

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

From IInterfaceC.Prop:

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

From TClassB.Prop:

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

Public property NotInheritedProp: string read FOtherValue;

This description is only on TClassC.NotInheritedProp.