Data.SqlExpr.TFieldDescList

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

TFieldDescList = array of TFLDDesc;

C++

typedef System::DynamicArray<TFLDDesc*> TFieldDescList;

Propriétés

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


Description

Tableau de TFLDDesc.

TFieldDescList représente un tableau de TCustomSQLDataSet utilisé pour contenir des descriptions de champs.

Voir aussi