You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-08-04 21:32:54 +02:00
fixed: FMXExternalPumpBrowser: compilation failure with Delphi XE7
The `TFMXBufferPanel` ancestor TControl has `Hint` and `ShowHint` properties visibility as `published` since Delphi 10 Seattle only, so, FMXExternalPumpBrowser demo project compilation fails on Delphi XE7.
This commit is contained in:
@@ -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