Data.SqlExpr.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
Data.SqlExpr.hpp
Data.SqlExpr Data.SqlExpr

Description

TLocale is an alias for the Pointer type.

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

See Also