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