System.Tether.Manager.TTetheringManagerCommand.Join

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

Delphi

class function Join(const ASeparator: Char; const AValues: TArray<string>): string; static;

C++

static System::UnicodeString __fastcall Join(const System::WideChar ASeparator, const System::DynamicArray<System::UnicodeString> AValues);

プロパティ

種類 可視性 ソース ユニット
function public
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager TTetheringManagerCommand


説明

(区切り記号 ASeparator で区切られた)文字列配列 AValues を結合して単一の文字列にし、その文字列を返します。

実行時に、各文字列は ASeparator についてエスケープされてから結果に付加されます。

関連項目