Method syntax
|
Description
|
LOGICAL CanFind ( fieldName as CHARACTER )
|
Returns TRUE if there is a field object in the set that has its Name property set to fieldName.
|
LOGICAL Contains ( fieldImpl as IField )
|
Returns TRUE if the field object referenced by fieldImpl is in the set.
|
IField Find ( fieldName as CHARACTER )
|
Returns the field object from the set that has its Name property set to fieldName. Returns the Unknown value (?) if the object is not found.
|