Data.DBXPlatform.TDBXPlatform.CreateWideStringBuilder

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function CreateWideStringBuilder(Length:  TInt32): TDBXWideStringBuilder; static; inline;

C++

static System::WideChar * __fastcall CreateWideStringBuilder(int Length);

Properties

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

Description

Creates a new TDBXWideStringBuilder.

The CreateWideStringBuilder static method creates a new TDBXWideStringBuilder with the length given through the Length parameter.

See Also