Bde.DBTables.TLocale

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
pointer
typedef
Visibility: public
Source:
System.pas
Bde.DBTables.hpp
Unit: Bde.DBTables
Parent: Bde.DBTables

Delphi

type TLocale = ^Pointer;

C++

typedef void * TLocale;

Description

TLocale is the type for the Locale or DBLocale property.

TLocale is an alias to an untyped pointer. The TLocale type is the type of a Locale or DBLocale property. It is used for direct calls to BDE. These properties are only used or needed when making direct calls to the Borland Database Engine.

Note: Do not confuse TLocale with the TSysLocale type that represents a Windows locale. TLocale is specific to the Borland Database Engine.

See Also