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
![]() |
procedure Proc; override; |
![]() |
procedure NotInheritedProc; |
Properties
![]() |
property NotInheritedProp: string read FOtherValue; |
Description
Methods
![]() |
procedure Proc; override; |
|
This item has no description. Showing descriptions inherited from ancestors.
| |
![]() |
procedure NotInheritedProc; |
|
This item has no description. | |
Properties
![]() |
property NotInheritedProp: string read FOtherValue; |
|
This item has no description. | |
