Data.DB.TBufferList

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

type TBufferList = array of PByte;

C++

typedef System::DynamicArray<System::PByte> TBufferList;

Propriétés

Type Visibilité  Source Unité  Parent
array
typedef
public
Data.DB.pas
Data.DB.hpp
Data.DB Data.DB


Description

Représente une liste de tampons.

TBufferList est un tableau de variables TRecordBuffer.

Voir aussi