System.Bindings.Outputs.TConverterUtils.StringToStrings

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

Delphi

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

C++

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

プロパティ

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


説明

String 値を TStrings オブジェクト TValue に割り当てます。

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

関連項目