LCL: fixed combobox.MaxLength default value 0

git-svn-id: trunk@16316 -
This commit is contained in:
mattias 2008-08-30 21:28:24 +00:00
parent 23049dc161
commit 295c98508c

View File

@ -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;