CmAdmCtl.TCOMAdminCatalogCollection.DefaultInterface
From RAD Studio VCL Reference
Delphi Information
From CmAdmCtl.pas
property DefaultInterface: ICatalogCollection read GetDefaultInterface;
Unit: CmAdmCtl
Type: property
Visibility: public
Member Of: TCOMAdminCatalogCollection
C++ Information
From CmAdmCtl.hpp
__property System::DelphiInterface<Comadmin::ICatalogCollection> DefaultInterface = {read=GetDefaultInterface};
Unit: CmAdmCtl
Type: property
Visibility: public
Member Of: 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.