mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-02 20:21:12 +02:00
win32 interface: store edit maxlength in an integer to prevent range check errors.
git-svn-id: trunk@10593 -
This commit is contained in:
parent
24e1acafb9
commit
a655b495c0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user