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

