Data.SqlExpr.TLocale
| [–] 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.