Database Objects
Hi-Integrity Systems
HomeVB6 Documentation › IGlobalDatabaseObjects.Object

IGlobalDatabaseObjects

IGlobalDatabaseObjects_Object(ByVal vDistinctValue As Variant) As IDatabaseObject

This function should return the object in the collection using the vDistinctValue argument. For further details see IGlobalDatabaseObjects.

'Products class Private Function IGlobalDatabaseObjects_Object( _ ByVal vDistinctValue As Variant) As DBO.IDatabaseObject Set IGlobalDatabaseObjects_Object = _ DBO.Object(gobjGlobalProductsInstance, vDistinctValue) End Function

This interface function/property is utilised by the following functions:
GlobalObject