Bde.DBTables.TDBDataSet.DBLocale

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: TDBDataSet

Delphi

property DBLocale: TLocale read GetDBLocale;

C++

__property TLocale DBLocale = {read=GetDBLocale};

Description

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

Examine DBLocale to determine the BDE language driver used by the database component associated with which this dataset is associated. Applications that make direct calls to the BDE may need to pass DBLocale information as an API function parameter.

Note: Do not use this property unless an application requires BDE functionality not available through standard data access components.

See Also