Changes between Version 3 and Version 4 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Form/SetKeyEvent


Ignore:
Timestamp:
03/12/25 08:23:02 (3 weeks ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/Prog/Manual/ApplicationLibraries/lib825ev/Form/SetKeyEvent

    v3 v4  
    22CForm member function to set an event to alter received keypresses before processing by the form.
    33
    4 {{{
     4{{{#!c++
    55void CForm::SetKeyEvent(int (*pEventKey)(CForm* pForm, CFormItem *pItem, int nData))
    66}}}
     
    1818== Examples ==
    1919
    20 {{{
     20{{{#!c++
    2121
    2222int DontAllowZKey(CForm* pForm CFormItem* pItem, int nData)