Data.DBXPlatform.TDBXWideString

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

type TDBXWideString = ^Char;

C++

typedef System::WideChar * TDBXWideString;

Description

Represents an alias for PWideChar.

The TDBXWideString type represents an alias for PWideChar.

See Also