Data.DBXPlatform.TDBXPlatform.ResizeWideStringBuilder

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class procedure ResizeWideStringBuilder(var Value: TDBXWideStringBuilder; Size: Integer); static; inline;

C++

static void __fastcall ResizeWideStringBuilder(System::WideChar * &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 TDBXWideStringBuilder.

The ResizeWideStringBuilder static method changes the dimension of a TDBXWideStringBuilder, given through Value by Size.

Note: When resizing, the content is lost.

See Also