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:
Alexey Shumkin 2019-03-15 11:12:09 +03:00
parent abb9af6927
commit 4240c02281
No known key found for this signature in database
GPG Key ID: 48EFA0A7C5DF6943

View File

@ -129,6 +129,10 @@ type
property Scale;
property Size;
{$ENDIF}
{$IFNDEF DELPHI23_UP}
property Hint;
property ShowHint;
{$ENDIF}
property OnEnter;
property OnExit;