TurboDB VCL Component Library

TTdbDataSet.Version

TTdbDataSet

Previous  Top  Next

Indicates the version of the TurboDB component library and TurboDB Engine.

Delphi syntax:

property Version: String;

C++ syntax:

__property AnsiString Version = {read=GetVersion, write=SetVersion};

Description

Version is a string like 2.0.34/4.1.1. The part before the slash is the version of the TurboDB component library, the part behind indicates the TurboDB Engine version. Both version numbers have a main and a sub version number and a build number.

Note: Setting this property does not change its value.