Use WX Component without form

Hi
I'm considering to convert a VCL Form test app using PDFViewer and OCR to a module I will integrate into an xData API project
But of course in this case, there isn't any form.
Is there a way to initialize and to use such components without visible components ?

Thanks
Sylvain

Hi,

All of the WX controls and components require a parent window. If there is no form to be the parent window then unfortunately you cannot initialize the components.