System.Tether.Manager.TTetheringManagerCommand.Join

From RAD Studio API Documentation
Jump to: navigation, search

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

Properties

Type Visibility Source Unit Parent
function public
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager TTetheringManagerCommand

Description

Joins the array of strings AValues (separated by the separator ASeparator ) into a string and returns the string.

During the execution, each string is escaped for ASeparator before added to result.

See Also