REST.JsonReflect.StringListReverter

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also