= !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 ==