mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-16 20:49:30 +02:00
LCL: Publish BorderStyle and CharCase for TDBComboBox. Issue #22295, patch from LacaK2
git-svn-id: trunk@37787 -
This commit is contained in:
parent
50497fadce
commit
2d2bc29026
@ -680,6 +680,8 @@ Type
|
||||
property AutoSize;
|
||||
property BiDiMode;
|
||||
property BorderSpacing;
|
||||
property BorderStyle;
|
||||
property CharCase;
|
||||
property Color;
|
||||
property DataField;
|
||||
property DataSource;
|
||||
|
@ -497,9 +497,9 @@ type
|
||||
property BidiMode;
|
||||
property BorderSpacing;
|
||||
property BorderStyle;
|
||||
property CharCase;
|
||||
property Color;
|
||||
property Constraints;
|
||||
property CharCase;
|
||||
property DirectInput;
|
||||
property Glyph;
|
||||
property NumGlyphs;
|
||||
|
@ -417,6 +417,7 @@ type
|
||||
property AutoSize;// Note: windows has a fixed height in some styles
|
||||
property BidiMode;
|
||||
property BorderSpacing;
|
||||
property BorderStyle;
|
||||
property CharCase;
|
||||
property Color;
|
||||
property Constraints;
|
||||
@ -853,8 +854,8 @@ type
|
||||
property AutoSize;
|
||||
property AutoSelect;
|
||||
property BidiMode;
|
||||
property BorderStyle;
|
||||
property BorderSpacing;
|
||||
property BorderStyle;
|
||||
property CharCase;
|
||||
property Color;
|
||||
property Constraints;
|
||||
|
Loading…
Reference in New Issue
Block a user