type TClassC = class(TClassB, IInterfaceC)
This item has no description. Showing description inherited from TClassA.
This description is only on TClassA, TClassB, TClassC, and TClassD.
![]() |
FOtherValue: string; |
![]() |
procedure Proc; override; |
![]() |
procedure NotInheritedProc; |
![]() |
property Prop read FValue; |
![]() |
property NotInheritedProp: string read FOtherValue; |
![]() |
FOtherValue: string; |
|
This item has no description. | |
![]() |
procedure Proc; override; |
|
This item has no description. Showing descriptions inherited from ancestors.
| |
![]() |
procedure NotInheritedProc; |
|
This description is only on TClassC.NotInheritedProc. | |
![]() |
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. | |