REST.JsonReflect.StringListReverter
Delphi
function StringListReverter(Ser: TObject): TObject;
C++
extern DELPHI_PACKAGE System::TObject* __fastcall StringListReverter(System::TObject* Ser);
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| function | public | REST.JsonReflect.pas REST.JsonReflect.hpp | REST.JsonReflect | REST.JsonReflect | 
Description
Returns a new instance of TStringList with the content of Ser and frees Ser.
Ser must be an instance of TSerStringList.