mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-26 14:33:49 +02:00
LCL, published memo and dbmemo charcase property, issue #15804
git-svn-id: trunk@23735 -
This commit is contained in:
parent
0519d89363
commit
e3e34bcf3d
@ -833,6 +833,7 @@ Type
|
||||
property AutoDisplay: Boolean read FAutoDisplay write SetAutoDisplay default True;
|
||||
property BorderSpacing;
|
||||
property BorderStyle;
|
||||
property CharCase;
|
||||
property Color;
|
||||
property DataField: string read GetDataField write SetDataField;
|
||||
property DataSource: TDataSource read GetDataSource write SetDataSource;
|
||||
|
@ -898,6 +898,7 @@ type
|
||||
property BidiMode;
|
||||
property BorderSpacing;
|
||||
property BorderStyle;
|
||||
property CharCase;
|
||||
property Color;
|
||||
property Constraints;
|
||||
property DragCursor;
|
||||
|
Loading…
Reference in New Issue
Block a user