Version 1 (modified by 6 years ago) ( diff ) | ,
---|
FindName
CFormItem* CForm::FindName(const char* pszName)
Parameters
- pszName = The button title or input prompt text
Return Value
The FindName function returns a pointer to the CFormItem found based on the provided name; NULL is returned if no item is found with a matching name.
Remarks
Example
Note:
See TracWiki
for help on using the wiki.