1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-08-14 21:42:50 +02:00

Merge branch 'master' into beta

This commit is contained in:
Salvador Díaz Fau
2019-10-15 11:29:09 +02:00
committed by GitHub
2 changed files with 4771 additions and 4770 deletions

View File

@@ -248,6 +248,7 @@ begin
end; end;
end; end;
function TSimpleServerFrm.BufferToString(const aBuffer : TBytes) : string; function TSimpleServerFrm.BufferToString(const aBuffer : TBytes) : string;
var var
i, j : integer; i, j : integer;

View File

@@ -10,7 +10,7 @@
// For more information about CEF4Delphi visit : // For more information about CEF4Delphi visit :
// https://www.briskbard.com/index.php?lang=en&pageid=cef // https://www.briskbard.com/index.php?lang=en&pageid=cef
// //
// Copyright 2019 Salvador Diaz Fau. All rights reserved. // Copyright © 2019 Salvador Diaz Fau. All rights reserved.
// //
// ************************************************************************ // ************************************************************************
// ************ vvvv Original license and comments below vvvv ************* // ************ vvvv Original license and comments below vvvv *************