Vcl.CmAdmCtl.TCOMAdminCatalogCollection.DataStoreMinorVersion

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DataStoreMinorVersion: Integer read Get_DataStoreMinorVersion;

C++

__property int DataStoreMinorVersion = {read=Get_DataStoreMinorVersion, nodefault};

Properties

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

Description

Indicates the minor version number of the COMAdmin Library

Use DataStoreMinorVersion to determine the minor version number of the COMAdmin Library. This is the same as the MinorVersion property of the TCOMAdminCatalog object that contains this collection.

See Also