Caveats
CK Wiki - Notes
Form lists inside form lists will not be checked for items. If you ask a form list if it has a form and that form is inside a nested form list this function will return false.
Parameters
FormakForm
CK Wiki Description
The form to look for in this form list.
Examples
No human-generated examples found for this function.
Auto-Generated Example
Form myForm__akForm
bool returnedValue = myFormList__toCallFunctionOn.HasForm(myForm__akForm)