How can I use CSX in the Explorer edition of Turbo Delphi?

CodeSiteEx supports both the Explorer and Professional editions of Turbo Delphi.

Turbo Delphi Explorer does not allow third party libraries to be installed.  To use CSX in this IDE, you cannot use the CodeSiteEx component; you have to manually add CSIntfEx to your USES clause.  This will give you full access to all functionality within the CodeSiteEx library.  You can either use the global CodeSite object or declare an object of type TCodeSiteEx or TCSObjectEx.

Note: Make sure you have the source path for your CodeSiteEx installation on your Delphi Library path.