From 0e7a6b32264a318d11f21af966a5a91aea8c1dae Mon Sep 17 00:00:00 2001 From: sekelsenmat Date: Fri, 16 Dec 2011 14:39:05 +0000 Subject: [PATCH] Adds bidi properties to TPage and TNotebook git-svn-id: trunk@34222 - --- lcl/extctrls.pp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lcl/extctrls.pp b/lcl/extctrls.pp index 8d231c9a8e..df2aad0893 100644 --- a/lcl/extctrls.pp +++ b/lcl/extctrls.pp @@ -59,6 +59,7 @@ type // preparations can be executed in it's user interface, for example property OnBeforeShow: TBeforeShowPageEvent read FOnBeforeShow write FOnBeforeShow; // Other events and properties + property BiDiMode; property ChildSizing; property Color; property Left stored False; @@ -74,6 +75,7 @@ type property OnMouseMove; property OnMouseUp; property OnResize; + property ParentBiDiMode; property ParentShowHint; property PopupMenu; property TabOrder stored False; @@ -142,6 +144,7 @@ type // Generic properties property Align; property Anchors; + property BiDiMode; property BorderSpacing; property Color; property Constraints; @@ -166,6 +169,7 @@ type property OnStartDrag; // property Options; // property PageIndex; + property ParentBiDiMode; property PopupMenu; property TabOrder; property TabStop;