Class TClassD
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 description inherited from:
| |
| Public | procedure NotInheritedProc; |
|
This item has no description. | |
Properties
| Public | property NotInheritedProp: string read FOtherValue; |
|
This item has no description. | |