mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-24 08:39:33 +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;
|
||||
// Other properties
|
||||
property Align;
|
||||
property Alignment;
|
||||
property Anchors;
|
||||
property BidiMode;
|
||||
property BorderSpacing;
|
||||
@ -520,6 +521,7 @@ type
|
||||
property FocusOnButtonClick;
|
||||
// Other properties
|
||||
property Align;
|
||||
property Alignment;
|
||||
property Anchors;
|
||||
property AutoSize;
|
||||
property AutoSelect;
|
||||
@ -647,6 +649,7 @@ type
|
||||
property ButtonWidth;
|
||||
property Action;
|
||||
property Align;
|
||||
property Alignment;
|
||||
property Anchors;
|
||||
property AutoSize;
|
||||
property AutoSelect;
|
||||
@ -752,6 +755,7 @@ type
|
||||
property ButtonWidth;
|
||||
property Action;
|
||||
property Align;
|
||||
property Alignment;
|
||||
property Anchors;
|
||||
property AutoSize;
|
||||
property AutoSelect;
|
||||
@ -864,6 +868,7 @@ type
|
||||
property FocusOnButtonClick;
|
||||
// Other properties
|
||||
property Align;
|
||||
property Alignment;
|
||||
property Anchors;
|
||||
property BidiMode;
|
||||
property BorderSpacing;
|
||||
|
Loading…
Reference in New Issue
Block a user