mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-24 06:00:15 +02:00
EditBtn: publish property Alignment for some TCustomEditButton descendants. Reported at https://forum.lazarus.freepascal.org/index.php/topic,63826.msg484174.html#msg484174
This commit is contained in:
parent
cb65d62758
commit
f0a8e22cec
@ -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