Looks up the field number for the specified column name and checks whether it is in the list.
Namespace: Therefore.API
Parameters
strColName
Column name of the field to check.
Return Value
Value
|
Condition
|
true
|
List contains the specified field with the specified strColName.
|
false
|
List does not contain field with the specified strColName.
|
|
Exception
|
Condition
|
Category Undefined
|
A field is addressed by name before a Category was assigned.
|
Name Not Found
|
strColName was not found in the category.
|
|