Data.DB.TPlatformValueBuffer.Free

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: TPlatformValueBuffer

Delphi

class procedure Free(var Buffer: TValueBuffer); static;

C++

static void __fastcall Free(TValueBuffer &Buffer);

Description

Frees the previously-allocated value buffer.

See Also