Interface IInterfaceB
Unit
Declaration
type IInterfaceB = interface(IInterface)
Description
This description is only on IInterfaceB.
Hierarchy
- IInterface
- IInterfaceB
Overview
Methods
![]() |
procedure Proc; override; |
Properties
![]() |
property Prop read FValue; |
Description
Methods
![]() |
procedure Proc; override; |
|
This description is only on IInterfaceB.Proc. | |
Properties
![]() |
property Prop read FValue; |
|
This description is only on IInterfaceB.Prop. | |
