System.Bindings.Outputs.TConverterUtils.StringsToString

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class procedure StringsToString(const I: TValue; var O: TValue); static;

C++

static void __fastcall StringsToString(const System::Rtti::TValue &I, System::Rtti::TValue &O);

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.Bindings.Outputs.pas
System.Bindings.Outputs.hpp
System.Bindings.Outputs TConverterUtils

Description

Assigns the list of strings in the TStrings object to a TValue.

StringsToString assigns the list of strings in the TStrings object to O.

TStrings.Text lists the strings in the TStrings object as a single string with the individual strings delimited by carriage returns and line feeds.

See Also