Data.DB.TPlatformValueBuffer.CreateValueBuffer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function CreateValueBuffer(Length: Integer): TValueBuffer; static;

C++

static System::DynamicArray<System::Byte> __fastcall CreateValueBuffer(int Length);

Properties

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

Description

Allocates a value buffer with the specified number of bytes.

See Also