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