- Found in:
- Dylbills PE
Description
Documentation Comment
If AllKeywords == false (default) returns true if the akForm has any keyword in the akList array.
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
Keyword[] myKeywordArray__akList
bool myBool__AllKeywords
bool returnedValue = DbMiscFunctions.FormHasKeywordInArray(myForm__akForm, myKeywordArray__akList, myBool__AllKeywords)