Data.DBXPlatform.TDBXWideString
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.