Data.DBXJSONReflect.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
Data.DBXJSONReflect.pas
Data.DBXJSONReflect.hpp
Data.DBXJSONReflect Data.DBXJSONReflect

Description

The StringListReverter reverts a TSerStringList into a TStringList.

See Also