Bde.DBTables.TSession.Locale

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Locale: TLocale read FLocale;

C++

__property void * Locale = {read=FLocale};

Properties

Type Visibility Source Unit Parent
property public
Bde.DBTables.pas
Bde.DBTables.hpp
Bde.DBTables TSession

Description

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

Examine Locale to determine the BDE language driver used by the session component. Applications that make direct calls to the BDE may need to pass Locale information as an API function parameter.

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

See Also