= !GetItem = {{{ CFormItem* CForm::GetItem(int i) }}} == Parameters == * i = The item index to return == Return Value == The !GetItem function returns a pointer to the CFormItem found based on the provided index; NULL is returned if the index is out of range. == Remarks == == Example ==