Data.DBXPlatform.TDBXPlatform.ResizeStringBuilder
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: public | |
Source: Data.DBXPlatform.pas Data.DBXPlatform.hpp
| |
Unit: Data.DBXPlatform | |
Parent: TDBXPlatform |
Delphi
class procedure ResizeStringBuilder(var Value: TDBXAnsiStringBuilder; Size: Integer); static;
C++
static void __fastcall ResizeStringBuilder(TDBXAnsiStringBuilder &Value, int Size);
Description
Changes the dimension of a TDBXAnsiStringBuilder.
The ResizeStringBuilder static method changes the dimension of a TDBXAnsiStringBuilder, given through Value, by Size.
Note: When resizing, the content is lost.