Data.DBXPlatform.TDBXWideChars

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TDBXWideChars = array of Char;

C++

typedef System::DynamicArray<System::WideChar> TDBXWideChars;

Properties

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

Description

Represents an array of WideChars.

The TDBXWideChars type represents an array of WideChars.

See Also