Data.DBXPlatform.TDBXPlatform.CreateWideStringBuilder

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
Data.DBXPlatform.pas
Data.DBXPlatform.hpp
Unit: Data.DBXPlatform
Parent: TDBXPlatform

Delphi

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

C++

static TDBXWideStringBuilder __fastcall CreateWideStringBuilder(TInt32 Length);

Description

Creates a new TDBXWideStringBuilder.

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

See Also