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