1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-10-30 23:07:52 +02:00

Merge pull request #172 from ashumkin/xe7

fixed: FMXExternalPumpBrowser: compilation failure with Delphi XE7
This commit is contained in:
Salvador Díaz Fau
2019-03-15 09:26:58 +01:00
committed by GitHub

View File

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