CmAdmCtl.TCOMAdminCatalogCollection Properties
Delphi Information
| property DefaultInterface: ICatalogCollection read GetDefaultInterface; |
Provides access to the default interface for the component. |
| property Count: Integer read Get_Count; |
Indicates the number of items in the collection. |
| property AddEnabled: WordBool read Get_AddEnabled; |
Indicates whether the Add method can add items to the collection. |
| property RemoveEnabled: WordBool read Get_RemoveEnabled; |
Indicates whether the Remove method can remove items from the collection. |
| property DataStoreMajorVersion: Integer read Get_DataStoreMajorVersion; |
Indicates the major version number of the COMAdmin Library |
| property DataStoreMinorVersion: Integer read Get_DataStoreMinorVersion; |
Indicates the minor version number of the COMAdmin Library |
Unit: CmAdmCtl
Type: property
Visibility: public
Member Of: TCOMAdminCatalogCollection
C++ Information
| __property System::DelphiInterface<Comadmin::ICatalogCollection> DefaultInterface = {read=GetDefaultInterface}; |
Provides access to the default interface for the component. |
| __property int Count = {read=Get_Count}; |
Indicates the number of items in the collection. |
| __property unsigned short AddEnabled = {read=Get_AddEnabled}; |
Indicates whether the Add method can add items to the collection. |
| __property unsigned short RemoveEnabled = {read=Get_RemoveEnabled}; |
Indicates whether the Remove method can remove items from the collection. |
| __property int DataStoreMajorVersion = {read=Get_DataStoreMajorVersion}; |
Indicates the major version number of the COMAdmin Library |
| __property int DataStoreMinorVersion = {read=Get_DataStoreMinorVersion}; |
Indicates the minor version number of the COMAdmin Library |
Unit: CmAdmCtl
Type: property
Visibility: public
Member Of: TCOMAdminCatalogCollection
Description
Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!