Delphi 2007 backwards compatibility fix

This commit is contained in:
Salvador Díaz Fau 2017-11-27 20:53:54 +01:00
parent f5f1a767c9
commit 24f5a70f4b

View File

@ -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}