Changes between Initial Version and Version 1 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Form/GetItemByIDVal


Ignore:
Timestamp:
05/17/19 15:08:01 (5 years ago)
Author:
Don Wilson
Comment:

--

Legend:

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

    v1 v1  
     1= !GetItemByIDVal =
     2
     3{{{
     4CFormItem* GetItemByIDVal(int nIDVal)
     5}}}
     6
     7== Parameters ==
     8
     9* nIDVal  =  The item ID value of a form item in the form
     10
     11== Return Value ==
     12
     13The !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.
     14
     15== Remarks ==
     16
     17
     18== Example ==
     19
     20