Data.DBXPlatform.TDBXPlatform.FreeAndNilWideStringBuilder

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class procedure FreeAndNilWideStringBuilder(var Value: TDBXWideStringBuilder); static;

C++

static void __fastcall FreeAndNilWideStringBuilder(System::WideChar * &Value);

Properties

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

Description

Frees the memory allocated for a TDBXWideStringBuilder.

The FreeAndNilWideStringBuilder static method releases (frees) the memory allocated for a TDBXWideStringBuilder and sets the Value to nil.

See Also