Data.DBXPlatform.TDBXWideString

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TDBXWideString = ^Char;

C++

typedef System::WideChar * TDBXWideString;

Properties

Type Visibility Source Unit Parent
pointer
typedef
public
System.pas
Data.DBXPlatform.hpp
Data.DBXPlatform Data.DBXPlatform

Description

Represents an alias for PWideChar.

The TDBXWideString type represents an alias for PWideChar.

See Also