Bde.DBTables.TLocale

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TLocale = ^Pointer;

C++

typedef void * TLocale;

Properties

Type Visibility Source Unit Parent
pointer
typedef
public
System.pas
Bde.DBTables.hpp
Bde.DBTables Bde.DBTables

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