Changes between Version 20 and Version 21 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Form/CForm


Ignore:
Timestamp:
05/17/19 15:07:26 (6 years ago)
Author:
Don Wilson
Comment:

--

Legend:

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

    v20 v21  
    186186
    187187
    188 === !GetItemByIDVal ===
    189 
    190 {{{
    191 CFormItem* GetItemByIDVal(int nIDVal)
    192 }}}
    193 
    194 ==== Parameters ====
    195 
    196 * nIDVal  =  The item ID value of a form item in the form
    197 
    198 ==== Return Value ====
    199 
    200 The !GetItemByIDVal function returns a pointer to the CFormItem found based on the provided ID value; NULL is returned if no item is found with a ID value.
    201 
    202 ==== Remarks ====
    203 
    204 
    205 ==== Example ====
    206 
    207