Data.FireDACJSONReflect.TFDJSONDataSetsBase.TItemList

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TItemList = class(TList<TItemPair>);

C++

class PASCALIMPLEMENTATION TItemList : public System::Generics::Collections::TList__1<System::Generics::Collections::TPair__2<System::UnicodeString,Firedac::Comp::Client::TFDAdaptedDataSet*> >

Properties

Type Visibility Source Unit Parent
class public
Data.FireDACJSONReflect.pas
Data.FireDACJSONReflect.hpp
Data.FireDACJSONReflect TFDJSONDataSetsBase

Description

The TFDJSONDataSetsBase.TItemList represents a list of name and dataset pairs, that can be marshaled as JSON.

See Also