LCL, published BidiMode and ParentBidiMode for TLabeledEdit component, issue #20622

git-svn-id: trunk@33363 -
This commit is contained in:
jesus 2011-11-06 08:29:27 +00:00
parent c8c3173472
commit b7d842fe5e

View File

@ -877,6 +877,7 @@ type
property Anchors; property Anchors;
property AutoSelect; property AutoSelect;
property AutoSize; property AutoSize;
property BidiMode;
property BorderSpacing; property BorderSpacing;
property BorderStyle; property BorderStyle;
property CharCase; property CharCase;
@ -891,6 +892,7 @@ type
property LabelPosition; property LabelPosition;
property LabelSpacing; property LabelSpacing;
property MaxLength; property MaxLength;
property ParentBidiMode;
property ParentColor; property ParentColor;
property ParentFont; property ParentFont;
property ParentShowHint; property ParentShowHint;