Interface IInterfaceC
Unit
Declaration
type IInterfaceC = interface(IInterface)
Description
This item has no description.
Hierarchy
- IInterface
- IInterfaceC
Overview
Methods
| Public | procedure Proc; override; |
Properties
| Public | property Prop read FValue; |
Description
Methods
| Public | procedure Proc; override; |
|
This description is only on TClassC.Proc and TClassD.Proc. | |
Properties
| Public | property Prop read FValue; |
|
This description is only on TClassC.Prop and | |