ObjectID
ObjectID Function
| Method Prototype | Description
|
| Function ObjectID(obj As Object) As Int32 | get unique object identifier
|
This rarely-needed function returns an identifier for an object which is guaranteed to be unique among all objects currently in memory. (However, it is
not guaranteed not to be reused after the given object is destroyed.)