mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-16 20:49:30 +02:00
lcl: publish TMaskEdit.Align
git-svn-id: trunk@22711 -
This commit is contained in:
parent
12b834b223
commit
f8a182a252
@ -260,10 +260,11 @@ type
|
||||
{ TMaskEdit }
|
||||
|
||||
TMaskEdit = class(TCustomMaskEdit)
|
||||
Public
|
||||
public
|
||||
property IsMasked;
|
||||
property EditText;
|
||||
published
|
||||
property Align;
|
||||
property Anchors;
|
||||
property AutoSelect;
|
||||
property AutoSize;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user