Bde.DBTables.TDatabase.Locale

From RAD Studio API Documentation

[–] Properties
Type: property
Visibility: public
Source:
Bde.DBTables.pas
Bde.DBTables.hpp
Unit: Bde.DBTables
Parent: TDatabase

Delphi

property Locale: TLocale read FLocale;

C++

__property TLocale Locale = {read=FLocale};

Description

Identifies the Borland Database Engine (BDE) language driver for the database component.

Examine Locale to determine the BDE language driver used by the database component. Applications that make direct calls to the BDE may also need to pass Locale information as an API function parameter.

Language driver information may also be available as one of the values in the Params property when a database component is using a BDE alias.

See Also