You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-06-12 22:07:39 +02:00
Update to CEF 99.2.7
This commit is contained in:
@ -604,7 +604,7 @@ type
|
||||
procedure Print;
|
||||
procedure PrintToPdf(const path: ustring; settings: PCefPdfPrintSettings; const callback: ICefPdfPrintCallback);
|
||||
procedure PrintToPdfProc(const path: ustring; settings: PCefPdfPrintSettings; const callback: TOnPdfPrintFinishedProc);
|
||||
procedure Find(identifier: Integer; const searchText: ustring; forward_, matchCase, findNext: Boolean);
|
||||
procedure Find(const searchText: ustring; forward_, matchCase, findNext: Boolean);
|
||||
procedure StopFinding(clearSelection: Boolean);
|
||||
procedure ShowDevTools(const windowInfo: PCefWindowInfo; const client: ICefClient; const settings: PCefBrowserSettings; inspectElementAt: PCefPoint);
|
||||
procedure CloseDevTools;
|
||||
|
Reference in New Issue
Block a user