RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBDEDataSet.Locale Property

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

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

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.
 

 

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