Page 1 of 1

Re: Possible to use FMX TPanel as container?

Posted: Tue Jan 15, 2019 8:32 am
by salvadordf
Hi,

You can put a browser inside an FMX TPanel if you use the OSR mode like the FMXExternalPumpBrowser demo. In this case you would need to put a TFMXBufferPanel inside the FMX TPanel.

You can't do that in normal mode because you need a Windows handle to create a browser in that mode and, as far as I know, FMX only creates handles in TCommonCustomForm.

However, I'm not an expert in FMX and I could be wrong. If you know of other FMX component with a Windows handle then you could use it as the browser parent.