lcl: publish TMaskEdit.Align

git-svn-id: trunk@22711 -
This commit is contained in:
paul 2009-11-23 03:18:08 +00:00
parent 12b834b223
commit f8a182a252
2 changed files with 3 additions and 2 deletions

View File

@ -260,10 +260,11 @@ type
{ TMaskEdit }
TMaskEdit = class(TCustomMaskEdit)
Public
public
property IsMasked;
property EditText;
published
property Align;
property Anchors;
property AutoSelect;
property AutoSize;

View File

@ -838,9 +838,9 @@ type
property BidiMode;
property BorderStyle;
property BorderSpacing;
property CharCase;
property Color;
property Constraints;
property CharCase;
property DragCursor;
property DragKind;
property DragMode;