1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-06-22 22:17:48 +02:00

Update to CEF 114.2.13

This commit is contained in:
salvadordf
2023-07-19 11:59:20 +02:00
parent 08ac7606fc
commit 1aae8fcb16
9 changed files with 30 additions and 12 deletions

View File

@ -63,6 +63,10 @@ uses
type
{$IFNDEF FPC}{$IFDEF DELPHI16_UP}[ComponentPlatformsAttribute(pfidWindows)]{$ENDIF}{$ENDIF}
/// <summary>
/// VCL and LCL version of TChromiumCore that puts together all browser procedures, functions, properties and events in one place.
/// It has all you need to create, modify and destroy a web browser.
/// </summary>
TChromium = class(TChromiumCore)
protected
function GetParentFormHandle : TCefWindowHandle; override;