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