System.Bindings.Outputs.TConverterUtils.StringsToString

提供: RAD Studio API Documentation
移動先: 案内検索

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);

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
System.Bindings.Outputs.pas
System.Bindings.Outputs.hpp
System.Bindings.Outputs TConverterUtils


説明

TStrings オブジェクト内の文字列のリストを、TValue に割り当てます。

StringsToString は、TStrings オブジェクト内の文字列のリストO に割り当てます。

TStrings.Text は、TStrings オブジェクト内の文字列を、各文字列を復帰および改行で区切ってつなげた、1 つの文字列としてリストにします。

関連項目