On Sunday 09 September 2012 16:50:47 Patrick Goupell wrote:
> In a form onkeydown event, what is the correct pascal syntax to check
> for a page up (key_pageup / $0116) or page down (key_pagedown / $0117)
> in the ainfo variable?
>
> I cannot seem to get it correct.
>
 case ainfo.key of
  key_pageup: begin
  end;
  key_pagedown: begin
  end;
 end;

Martin

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to