| CoreClasses REALbasic Plugin |
|
VariantCollection.Exists Method
Use this function to check for existence of a object key in the collection.
Exists(
key as Object) as Boolean
Parameters
- key
- The object key to check for.
Returns
- Boolean
- True if the key exists, false if it does not.
Remarks
See Also
VariantCollection Class