RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCOMAdminCatalogCollection.GetUtilInterface Method

Returns the utility interface associated with this collection.

Pascal
function GetUtilInterface: IDispatch;
C++
__fastcall IDispatch GetUtilInterface();

Call the GetUtilInterface method to obtain an interface to the utility object associated with the collection. Not every collection has an associated utility object. The following table lists the collections for which GetUtilInterface returns an interface, along with the name of the associated utility object:

Collection name 
Utility object 
Packages  
PackageUtil  
ComponentsInPackage  
ComponentUtil  
RemoteComponents  
RemoteComponentUtil  
RolesForPackageComponent  
RoleAssociationUtil  
RolesForPackageComponentInterface  
RoleAssociationUtil  

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!