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