Data.DBXPlatform.TDBXPlatform.CreateStringBuilder
Delphi
class function CreateStringBuilder(Length:  TInt32): TDBXAnsiStringBuilder; static;
C++
static TDBXAnsiStringBuilder __fastcall CreateStringBuilder(TInt32 Length);
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| function | public | Data.DBXPlatform.pas Data.DBXPlatform.hpp | Data.DBXPlatform | TDBXPlatform | 
Description
Creates a new TDBXAnsiStringBuilder.
The CreateStringBuilder static method creates a new TDBXAnsiStringBuilder with the length specified through the Length parameter.