TurboDB VCL Component Library

TTdbTable.LangDriver

TTdbTable        See also

Previous  Top  Next

Obsolete, do not use anymore. See collations and Collation.

Indicates the language driver used for this table.

Delphi syntax:

property LangDriver: String;

C++ syntax:

__property AnsiString LangDriver = {read=FLangDriver, write=FLangDriver};

Description

Check this property to learn the language the database table is bound to. The value of this property is identical to the extension of the language driver dll used with this table. E.g. if LangDriver is set to fra, the table uses the dynamic link library TdbLanDr.fra for string comparisons.

Set this property to determine the language for a table in a subsequent call to CreateTable or AlterTable. The language driver must exist at the time of creating or altering the table.