From 24f5a70f4bb58a9007cffe197eed0db921ee0c21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Salvador=20D=C3=ADaz=20Fau?= Date: Mon, 27 Nov 2017 20:53:54 +0100 Subject: [PATCH] Delphi 2007 backwards compatibility fix --- source/uBufferPanel.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/uBufferPanel.pas b/source/uBufferPanel.pas index fe8c5644..2d382f33 100644 --- a/source/uBufferPanel.pas +++ b/source/uBufferPanel.pas @@ -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}