Data.DBXPlatform.TDBXPlatform.CreateStringBuilder
[–] 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.