Data.DB.TPlatformValueBuffer.CreateValueBuffer

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

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

C++

static TValueBuffer __fastcall CreateValueBuffer(int Length);

Description

Allocates a value buffer with the specified number of bytes.

See Also