Data.DBXPlatform.TDBXPlatform.CreateStringBuilder

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 CreateStringBuilder(Length:  TInt32): TDBXAnsiStringBuilder; static;

C++

static TDBXAnsiStringBuilder __fastcall CreateStringBuilder(TInt32 Length);

Description

Creates a new TDBXAnsiStringBuilder.

The CreateStringBuilder static method creates a new TDBXAnsiStringBuilder with the length specified through the Length parameter.

See Also