Class TClassC
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 description inherited from:
| |
| Public | procedure NotInheritedProc; |
|
This description is only on TClassC.NotInheritedProc. | |
Properties
| Public | property Prop read FValue; |
|
This item has no description. Showing description inherited from:
| |
| Public | property NotInheritedProp: string read FOtherValue; |
|
This description is only on TClassC.NotInheritedProp. | |