integerKey(integer iKy)
Very Private:
This duplicates the C code for these two classes. We must expose these here because we replaced
these C level messages in BaseEntryList and BaseFormList. Once we do that, we need to crate flex
level messages for their C based sub-classes.
If entry_state is false, we just want to let windows windows handle all key behavior.
This one should not be needed, C code should do it. It does not forward to above augmentations
procedure key for dfBaseComboBox integer iKy returns integer
If ( (entry_state(self,0)=0) Or ;
iKy=KUPARROW or iKy=KDOWNARROW or iKy=KSCROLL_BACK or iKy=KSCROLL_FORWARD) ;
set windows_override_state to false
else ;
forward send key iKy
end_procedure