Vcl.CmAdmCtl.TCOMAdminCatalogCollection.DefaultInterface

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DefaultInterface: ICatalogCollection read GetDefaultInterface;

C++

__property Winapi::Comadmin::_di_ICatalogCollection DefaultInterface = {read=GetDefaultInterface};

Properties

Type Visibility Source Unit Parent
property public
Vcl.CmAdmCtl.pas
Vcl.CmAdmCtl.hpp
Vcl.CmAdmCtl TCOMAdminCatalogCollection

Description

Provides access to the default interface for the component.

Use DefaultInterface to access the default interface for TCOMAdminCatalogCollection. This is the ICatalogCollection interface, whose properties and methods are surfaced as properties and methods of TCOMAdminCatalogCollection.