Data.DBXPlatform.TDBXPlatform.FreeAndNilStringBuilder

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 FreeAndNilStringBuilder(var Value: TDBXAnsiStringBuilder); static;

C++

static void __fastcall FreeAndNilStringBuilder(TDBXAnsiStringBuilder &Value);

Description

Frees memory allocated for a TDBXAnsiStringBuilder.

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

See Also