Data.DBXPlatform.TDBXPlatform.ResizeStringBuilder

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class procedure ResizeStringBuilder(var Value: TDBXAnsiStringBuilder; Size: Integer); static;

C++

static void __fastcall ResizeStringBuilder(char * &Value, int Size);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Data.DBXPlatform.pas
Data.DBXPlatform.hpp
Data.DBXPlatform TDBXPlatform

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.

See Also