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

Added GestureBrowser demo.

- Added TCEFWinControl.Touch and TCEFWinControl.OnGesture to the published section.
This commit is contained in:
Salvador Díaz Fau
2020-02-01 19:14:01 +01:00
parent 64d9393439
commit f324118a56
8 changed files with 1943 additions and 1 deletions

View File

@ -86,6 +86,10 @@ type
property ShowHint;
property Hint;
property OnResize;
{$IFDEF DELPHI14_UP}
property Touch;
property OnGesture;
{$ENDIF}
property DoubleBuffered;
{$IFDEF DELPHI12_UP}
property ParentDoubleBuffered;