mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-28 21:41:01 +02:00
EditBtn: publish property Alignment for some TCustomEditButton descendants. Reported at https://forum.lazarus.freepascal.org/index.php/topic,63826.msg484174.html#msg484174
(cherry picked from commit f0a8e22cec
)
This commit is contained in:
parent
8ef272a350
commit
0154bef9f3
@ -300,6 +300,7 @@ type
|
|||||||
property FocusOnButtonClick;
|
property FocusOnButtonClick;
|
||||||
// Other properties
|
// Other properties
|
||||||
property Align;
|
property Align;
|
||||||
|
property Alignment;
|
||||||
property Anchors;
|
property Anchors;
|
||||||
property BidiMode;
|
property BidiMode;
|
||||||
property BorderSpacing;
|
property BorderSpacing;
|
||||||
@ -520,6 +521,7 @@ type
|
|||||||
property FocusOnButtonClick;
|
property FocusOnButtonClick;
|
||||||
// Other properties
|
// Other properties
|
||||||
property Align;
|
property Align;
|
||||||
|
property Alignment;
|
||||||
property Anchors;
|
property Anchors;
|
||||||
property AutoSize;
|
property AutoSize;
|
||||||
property AutoSelect;
|
property AutoSelect;
|
||||||
@ -647,6 +649,7 @@ type
|
|||||||
property ButtonWidth;
|
property ButtonWidth;
|
||||||
property Action;
|
property Action;
|
||||||
property Align;
|
property Align;
|
||||||
|
property Alignment;
|
||||||
property Anchors;
|
property Anchors;
|
||||||
property AutoSize;
|
property AutoSize;
|
||||||
property AutoSelect;
|
property AutoSelect;
|
||||||
@ -752,6 +755,7 @@ type
|
|||||||
property ButtonWidth;
|
property ButtonWidth;
|
||||||
property Action;
|
property Action;
|
||||||
property Align;
|
property Align;
|
||||||
|
property Alignment;
|
||||||
property Anchors;
|
property Anchors;
|
||||||
property AutoSize;
|
property AutoSize;
|
||||||
property AutoSelect;
|
property AutoSelect;
|
||||||
@ -864,6 +868,7 @@ type
|
|||||||
property FocusOnButtonClick;
|
property FocusOnButtonClick;
|
||||||
// Other properties
|
// Other properties
|
||||||
property Align;
|
property Align;
|
||||||
|
property Alignment;
|
||||||
property Anchors;
|
property Anchors;
|
||||||
property BidiMode;
|
property BidiMode;
|
||||||
property BorderSpacing;
|
property BorderSpacing;
|
||||||
|
Loading…
Reference in New Issue
Block a user