win32 interface: store edit maxlength in an integer to prevent range check errors.

git-svn-id: trunk@10593 -
This commit is contained in:
vincents 2007-02-05 22:20:35 +00:00
parent 24e1acafb9
commit a655b495c0

View File

@ -51,7 +51,7 @@ Type
isComboEdit: boolean; // is buddy of combobox, the edit control
isChildEdit: boolean; // is buddy edit of a control
isGroupBox: boolean; // is groupbox, and does not have themed tabpage as parent
MaxLength: dword;
MaxLength: integer;
DrawItemIndex: integer; // in case of listbox, when handling WM_DRAWITEM
DrawItemSelected: boolean;// whether this item is selected LB_GETSEL not uptodate yet
MouseX, MouseY: word; // noticing spurious WM_MOUSEMOVE messages