How to obtain browser belongs to which Chromium if I have some chromiums.
thanks!
Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.
How to obtain browser's Chromium
- salvadordf
- Posts: 4564
- Joined: Thu Feb 02, 2017 12:24 pm
- Location: Spain
- Contact:
Re: How to obtain browser's Chromium
Please, clarify your question.
Use TChromiumCore.BrowserId to uniquely identify each browser.
Use TChromiumCore.BrowserId to uniquely identify each browser.
Re: How to obtain browser's Chromium
If I put two TChromium on the form, How can I know a browser belongs to which TChromium. Thank you!
- salvadordf
- Posts: 4564
- Joined: Thu Feb 02, 2017 12:24 pm
- Location: Spain
- Contact:
Re: How to obtain browser's Chromium
Let's say those components are called Chromium1 and Chromium2.
In that case you can read the Chromium1.BrowserId and Chromium2.BrowserId properties.
Ideally, each browser should use different procedures to handle the events. In that case, you don't need to compare the browserid properties.
In that case you can read the Chromium1.BrowserId and Chromium2.BrowserId properties.
Ideally, each browser should use different procedures to handle the events. In that case, you don't need to compare the browserid properties.
Re: How to obtain browser's Chromium
ok
Thank you very much!
Thank you very much!