This component allows you to capture Windows and VCL messages without creating specialized procedures. Supose you want to capture a message for a control. You dont need to create a new component to capture it. Put a MessageInterceptor component, relate it with the control using Control property and write code for BeforeMessage and AfterMessage events.