mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2024-11-15 15:55:56 +01: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:
parent
abb9af6927
commit
4240c02281
@ -129,6 +129,10 @@ type
|
||||
property Scale;
|
||||
property Size;
|
||||
{$ENDIF}
|
||||
{$IFNDEF DELPHI23_UP}
|
||||
property Hint;
|
||||
property ShowHint;
|
||||
{$ENDIF}
|
||||
|
||||
property OnEnter;
|
||||
property OnExit;
|
||||
|
Loading…
Reference in New Issue
Block a user