Data.DB.TPlatformValueBuffer.CreateValueBuffer
[–] 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.