You've already forked CEF4Delphi
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:
@ -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;
|
||||
|
Reference in New Issue
Block a user