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.

Enable Find function (ctrl + f) ?

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

Enable Find function (ctrl + f) ?

Post by thefunkyjoint »

Does CEF4Delphi has something similar to Chrome's Find feature (ctrl + f) ?
Or i need to implement it inside my application ?
User avatar
salvadordf
Posts: 4057
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: Enable Find function (ctrl + f) ?

Post by salvadordf »

TChromiumCore.Find and TChromiumCore.StopFinding allow you to search for text in the current web page.

https://github.com/salvadordf/CEF4Delphi/blob/805be3e7800ed74500c32b48c7ffab4495e53427/source/uCEFChromiumCore.pas#L1141
thefunkyjoint
Posts: 460
Joined: Thu Aug 10, 2017 12:40 pm

Re: Enable Find function (ctrl + f) ?

Post by thefunkyjoint »

Thank you , it worked !
Post Reply