Vcl.CmAdmCtl.TCOMAdminCatalog.DefaultInterface

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property  DefaultInterface: ICOMAdminCatalog read GetDefaultInterface;

C++

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

Properties

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

Description

Provides access to the default interface for the component.

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