RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBDataSet.DBLocale Property

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

Pascal
property DBLocale: TLocale;
C++
__property TLocale DBLocale;

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.
 

DBHandle 

TDatabase 

Working with BDE Handle Properties

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!