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