mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2024-11-15 15:55:56 +01: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…
Reference in New Issue
Block a user