ObjectID
ObjectID Function

Method PrototypeDescription
Function ObjectID(obj As Object) As Int32get 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.)