Version 3 (modified by 5 weeks ago) ( diff ) | ,
---|
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 ¶
Note:
See TracWiki
for help on using the wiki.