From b7d842fe5ed8b1bbf810f5da073d66c7c27e93c5 Mon Sep 17 00:00:00 2001 From: jesus Date: Sun, 6 Nov 2011 08:29:27 +0000 Subject: [PATCH] LCL, published BidiMode and ParentBidiMode for TLabeledEdit component, issue #20622 git-svn-id: trunk@33363 - --- lcl/extctrls.pp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lcl/extctrls.pp b/lcl/extctrls.pp index 8656d38aa5..8d231c9a8e 100644 --- a/lcl/extctrls.pp +++ b/lcl/extctrls.pp @@ -877,6 +877,7 @@ type property Anchors; property AutoSelect; property AutoSize; + property BidiMode; property BorderSpacing; property BorderStyle; property CharCase; @@ -891,6 +892,7 @@ type property LabelPosition; property LabelSpacing; property MaxLength; + property ParentBidiMode; property ParentColor; property ParentFont; property ParentShowHint;