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 know when browsers are ready ?

Post Reply
thefunkyjoint
Posts: 459
Joined: Thu Aug 10, 2017 12:40 pm

How to know when browsers are ready ?

Post by thefunkyjoint »

Silly question but i forgot about that...

When we create a browser, i know CEF4Delphi needs some time to get the browsder ready to go. What is the property i need to check to make sure the browser is ready do be used ? :?
User avatar
salvadordf
Posts: 4042
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: How to know when browsers are ready ?

Post by salvadordf »

Hi,

TChromiumCore.Initialized is TRUE when the browser is ready to be used. This property is set to true when the TChromiumCore.OnAfterCreated event is triggered.

BTW, thank you very much for your continued support on Patreon! :D
thefunkyjoint
Posts: 459
Joined: Thu Aug 10, 2017 12:40 pm

Re: How to know when browsers are ready ?

Post by thefunkyjoint »

salvadordf wrote: Tue Oct 19, 2021 12:19 pm Hi,

TChromiumCore.Initialized is TRUE when the browser is ready to be used. This property is set to true when the TChromiumCore.OnAfterCreated event is triggered.

BTW, thank you very much for your continued support on Patreon! :D
My pleasure Salvador, this project rocks :D
Post Reply