Data.DB.TPlatformValueBuffer.Free

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

static void __fastcall Free(System::DynamicArray<System::Byte> &Buffer);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Data.DB.pas
Data.DB.hpp
Data.DB TPlatformValueBuffer

Description

Frees the previously-allocated value buffer.

See Also