mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-02-02 10:25:26 +02:00
Delphi 2007 backwards compatibility fix
This commit is contained in:
parent
f5f1a767c9
commit
24f5a70f4b
@ -148,7 +148,6 @@ type
|
||||
property OnStartDrag;
|
||||
property OnUnDock;
|
||||
{$IFDEF DELPHI9_UP}
|
||||
property ShowCaption;
|
||||
property VerticalAlignment;
|
||||
property OnAlignInsertBefore;
|
||||
property OnAlignPosition;
|
||||
@ -160,6 +159,7 @@ type
|
||||
property OnMouseLeave;
|
||||
{$ENDIF}
|
||||
{$IFDEF DELPHI12_UP}
|
||||
property ShowCaption;
|
||||
property ParentDoubleBuffered;
|
||||
{$ENDIF}
|
||||
{$IFDEF DELPHI14_UP}
|
||||
|
Loading…
x
Reference in New Issue
Block a user