Data.DBXMetaDataReader.TDBXBaseMetaDataReader.CompareVersion

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
Data.DBXMetaDataReader.pas
Data.DBXMetaDataReader.hpp
Unit: Data.DBXMetaDataReader
Parent: TDBXBaseMetaDataReader

Delphi

function CompareVersion(const OtherVersion: string): Integer; virtual;

C++

virtual int __fastcall CompareVersion(const System::UnicodeString OtherVersion);

Description

Compares OtherVersion with the version of the database.

CompareVersion compares the string given by OtherVersion with the Version property of this TDBXBaseMetaDataReader, and returns the result.

See Also