Method syntax
|
Description
|
LOGICAL CanFind ( indexName as CHARACTER )
|
Returns TRUE if there is an index object in the set that has its Name property set to indexName.
|
LOGICAL Contains ( indexImpl as IIndex )
|
Returns TRUE if the index object referenced by indexImpl is in the set.
|
IIndex Find ( indexName as CHARACTER )
|
Returns the index object from the set that has its Name property set to indexName. Returns the Unknown value (?) if the object is not found.
|