- Found in:
- Dylbills PE
Description
Documentation Comment
If AllKeywords == false (default) returns true if the akForm has any keyword in the akList formlist.
If allKeywords == true, only returns true if the akForm has all keywords in the akList.
No requirements
Caveats
Parameters
Examples
Auto-Generated Example
Form myForm__akForm
FormList myFormList__akList
bool myBool__AllKeywords
bool returnedValue = DbMiscFunctions.FormHasKeywordInFormList(myForm__akForm, myFormList__akList, myBool__AllKeywords)