Data.DBXPlatform.TDBXWideStringBuilder
| [–] Properties | |
|---|---|
| Type: pointer typedef
| |
| Visibility: public | |
| Source: System.pas Data.DBXPlatform.hpp
| |
| Unit: Data.DBXPlatform | |
| Parent: Data.DBXPlatform | |
Delphi
type TDBXWideStringBuilder = ^Char;
C++
typedef System::WideChar * TDBXWideStringBuilder;
Description
Represents an alias for PWideChar.
The TDBXWideStringBuilder type represents an alias for PWideChar.