Data.SqlExpr.TFieldDescList
Delphi
type TFieldDescList = array of TFLDDesc;
C++
typedef System::DynamicArray<TFLDDesc*> TFieldDescList;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
array typedef |
public | Data.SqlExpr.pas Data.SqlExpr.hpp |
Data.SqlExpr | Data.SqlExpr |
Description
Array of TFLDDesc.
TFieldDescList represents an array of TCustomSQLDataSet used to hold field descriptions.