Data.FireDACJSONReflect.TFDJSONDataSetsBase.TItemList
[–] Properties | |
---|---|
Type: class | |
Visibility: public | |
Source: Data.FireDACJSONReflect.pas Data.FireDACJSONReflect.hpp
| |
Unit: Data.FireDACJSONReflect | |
Parent: TFDJSONDataSetsBase |
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*> >
Description
The TFDJSONDataSetsBase.TItemList represents a list of name and dataset pairs, that can be marshaled as JSON.