Datasnap.DBClient.TFieldDescList

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

type TFieldDescList = array of DSFLDDesc;

C++

typedef System::DynamicArray<Datasnap::Dsintf::DSFLDDesc> TFieldDescList;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
array
typedef
public
Datasnap.DBClient.pas
Datasnap.DBClient.hpp
Datasnap.DBClient Datasnap.DBClient

Beschreibung

Ein dynamisches Array, dessen Elemente Felddeskriptoren (DSFLDDesc-Records) sind.

Siehe auch