Data.DBXPlatform.TDBXPlatform.ResizeStringBuilder

From RAD Studio API Documentation
Jump to: navigation, search

[–] 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.

See Also