Chrome Frame is an ActiveX control to use Google Chrome in IE.
Unfortunately, this component can not be imported into Delphi as most of the other ActiveX controls.
So I created a component to use Chrome Frame in your application.

First you need Google Chrome Frame.
And this this is the source code.
By default GCF can only load HTTP and HTTPS URI, it is a bit annoying …
but if you enable the “privileged” property it is possible to use the data URI scheme, install extensions and use named profiles.
The Chrome Frame exposes an object named “externalHost” which lets you exchange text messages with your application.
Using JSON and SuperObject it is possible to exchange complex objects with GCF.
I hope this will help to enhance your applications.