You've already forked CEF4Delphi
							
							
				mirror of
				https://github.com/salvadordf/CEF4Delphi.git
				synced 2025-10-30 23:07:52 +02:00 
			
		
		
		
	Merge branch 'master' of https://github.com/salvadordf/CEF4Delphi
This commit is contained in:
		| @@ -3,10 +3,10 @@ CEF4Delphi is an open source project created by Salvador Díaz Fau to embed Chro | ||||
|  | ||||
| CEF4Delphi is based on DCEF3, made by Henri Gourvest. The original license of DCEF3 still applies to CEF4Delphi. Read the license terms in the first lines of any *.pas file. | ||||
|  | ||||
| CEF4Delphi uses CEF 3.3626.1894.g90eb8cc which includes Chromium 72.0.3626.96.  | ||||
| CEF4Delphi uses CEF 3.3626.1895.g7001d56 which includes Chromium 72.0.3626.121.  | ||||
| The CEF3 binaries used by CEF4Delphi are available for download at spotify : | ||||
| * [32 bits](http://opensource.spotify.com/cefbuilds/cef_binary_3.3626.1894.g90eb8cc_windows32.tar.bz2) | ||||
| * [64 bits](http://opensource.spotify.com/cefbuilds/cef_binary_3.3626.1894.g90eb8cc_windows64.tar.bz2) | ||||
| * [32 bits](http://opensource.spotify.com/cefbuilds/cef_binary_3.3626.1895.g7001d56_windows32.tar.bz2) | ||||
| * [64 bits](http://opensource.spotify.com/cefbuilds/cef_binary_3.3626.1895.g7001d56_windows64.tar.bz2) | ||||
|  | ||||
|  | ||||
| CEF4Delphi was developed and tested on Delphi 10.3 Rio and it has been tested in Delphi 7, Delphi XE, Delphi 10, Delphi 10.2 and Lazarus 2.0/FPC 3.0.4. CEF4Delphi includes VCL, FireMonkey (FMX) and Lazarus components. | ||||
|   | ||||
| @@ -129,6 +129,10 @@ type | ||||
|       property Scale; | ||||
|       property Size; | ||||
|       {$ENDIF} | ||||
|       {$IFNDEF DELPHI23_UP} | ||||
|       property Hint; | ||||
|       property ShowHint; | ||||
|       {$ENDIF} | ||||
|  | ||||
|       property OnEnter; | ||||
|       property OnExit; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user