Data.DBXPlatform.TDBXPlatform.CreateWideString

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function  CreateWideString(const Source: TDBXWideChars; Count: Integer): string; static; inline;

C++

static System::UnicodeString __fastcall CreateWideString(const TDBXWideChars Source, int Count);

Properties

Type Visibility Source Unit Parent
function public
Data.DBXPlatform.pas
Data.DBXPlatform.hpp
Data.DBXPlatform TDBXPlatform

Description

Returns a UnicodeString constructed from the given parameter.

The CreateWideString static method returns a UnicodeString, which is a copy of the string specified by the Source parameter.

See Also