RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDatabase.Locale Property

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

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

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. 

 

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