Data.SqlExpr.TLocale

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

type TLocale = ^Pointer;

C++

typedef void * TLocale;

Description

TLocale is an alias for the Pointer type.

Refer to the Pointer class page for a description of the type.

See Also