Class TDerivedClassWithMoreInterfaces
Unit
Declaration
type TDerivedClassWithMoreInterfaces = class(TBaseClass, IMyInterface, IMyInterface2)
Description
This item has no description.
Hierarchy
- TObject
- TBaseClass
- TDerivedClassWithMoreInterfaces
type TDerivedClassWithMoreInterfaces = class(TBaseClass, IMyInterface, IMyInterface2)
This item has no description.