hasMembers

hasMembers(coll: Collection): Boolean;

The hasMembers condition method of the Object class returns true if the collection specified in the coll parameter has any members or it returns false if the collection is empty.

If the coll parameter specifies an exclusive collection, the method initially accesses the parent object of the collection (without locking) and if the collection has not been populated or instantiated (using the Collection class instantiate method), the method returns false without attempting to access or lock the collection.