Use VCL components in non-VCL applications

Index

The VCL has a mechanism for converting windows messages into events that involves reflecting certain messages from the parent window to the child window. This only works if the parent window is VCL aware.

You can make the parent window VCL aware by subclassing it and making it reflect the appropriate messages back to the child window.

This class does exactly that.