JCL Help:IInterface

From Project JEDI Wiki
Jump to navigationJump to search


Summary

IInterface is the base class for all Object Pascal interfaces.


Description

IInterface is the base class for all Object Pascal interfaces. This interface declaration is provided for backwards compatibility. When compiling with a pre Delphi 6 compiler it is declared as an alias for IUnknown. In Delphi 6 and above, this interface is declared in the System.pas unit and IUnknown is declared as an alias for IInterface. For more information see the Delphi for IUnknown or IInterface depending on your Delphi version.


About

Donator

Team JCL


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page