Data.DBXMetaDataReader.TDBXBaseMetaDataReader.CompareVersion

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
function public
Data.DBXMetaDataReader.pas
Data.DBXMetaDataReader.hpp
Data.DBXMetaDataReader TDBXBaseMetaDataReader

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