Bde.DBTables.TBDEDataSet.Locale

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property Locale: TLocale read FLocale;

C++

__property TLocale Locale = {read=FLocale};

Description

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

Examine Locale to determine the BDE language driver for the dataset. Applications that make direct calls to the BDE API may need to pass Locale information as a function parameter.

Language driver information may also be available as one of the values in the Params property of the database component that owns the dataset.

Note: Do not use this property unless an application requires BDE functionality not available through built-in components.

See Also