Vcl.CmAdmCtl.TCOMAdminCatalogObject.DefaultInterface

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property  DefaultInterface: ICatalogObject read GetDefaultInterface;

C++

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

Properties

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

Description

Provides access to the default interface for the component.

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