You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-07-12 22:30:17 +02:00
Update to CEF 114.2.13
This commit is contained in:
@ -57,6 +57,10 @@ uses
|
||||
|
||||
type
|
||||
{$IFNDEF FPC}{$IFDEF DELPHI16_UP}[ComponentPlatformsAttribute(pfidWindows or pfidOSX or pfidLinux)]{$ENDIF}{$ENDIF}
|
||||
/// <summary>
|
||||
/// FMX 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>
|
||||
TFMXChromium = class(TChromiumCore, IChromiumEvents)
|
||||
protected
|
||||
function GetParentFormHandle : TCefWindowHandle; override;
|
||||
|
Reference in New Issue
Block a user