= !GetItemByIDVal = {{{ CFormItem* GetItemByIDVal(int nIDVal) }}} == Parameters == * nIDVal = The item ID value of a form item in the form == Return Value == 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. == Remarks == == Example ==