Data.SqlExpr.TFieldDescList

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also