|
<< Click to Display Table of Contents >> Navigation: Interfaces > IIWBaseHTMLComponent |
SIGNATURE=IWBaseHTMLInterfaces.IIWBaseHTMLComponent
ETYPE=Interface
Declaration:
Delphi: |
public IIWBaseHTMLComponent = interface(IIWBaseComponent); |
C++: |
public: __interface IIWBaseHTMLComponent : public IIWBaseComponent; |
Unit: IWBaseHTMLInterfaces.pas
Description: Must be in its own unit. hpp emits interfaces last and TIWControl needs it before it as it uses it.