Vcl.CmAdmCtl.TCOMAdminCatalogCollection.DataStoreMajorVersion

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DataStoreMajorVersion: Integer read Get_DataStoreMajorVersion;

C++

__property int DataStoreMajorVersion = {read=Get_DataStoreMajorVersion, nodefault};

Properties

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

Description

Indicates the major version number of the COMAdmin Library

Use DataStoreMajorVersion to determine the major version number of the COMAdmin Library. This is the same as the MajorVersion property of the TCOMAdminCatalog object that contains this collection.

See Also