mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-09 21:59:23 +02:00
LCL: fixed combobox.MaxLength default value 0
git-svn-id: trunk@16316 -
This commit is contained in:
parent
23049dc161
commit
295c98508c
@ -336,7 +336,7 @@ type
|
||||
|
||||
property ItemHeight: Integer read GetItemHeight write SetItemHeight;
|
||||
property ItemWidth: Integer read GetItemWidth write SetItemWidth;
|
||||
property MaxLength: integer read GetMaxLength write SetMaxLength default -1;
|
||||
property MaxLength: integer read GetMaxLength write SetMaxLength default 0;
|
||||
property OnChange: TNotifyEvent read FOnChange write FOnChange;
|
||||
property OnCloseUp: TNotifyEvent read FOnCloseUp write FOnCloseUp;
|
||||
property OnDrawItem: TDrawItemEvent read FOnDrawItem write FOnDrawItem;
|
||||
|
Loading…
Reference in New Issue
Block a user