System.Tether.Manager.TTetheringManagerCommand.Split

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

Delphi

class function Split(const AString: string; const ASeparator: Char): TArray<string>; static;

C++

static System::DynamicArray<System::UnicodeString> __fastcall Split(const System::UnicodeString AString, const System::WideChar ASeparator);

プロパティ

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


説明

文字列 AString を文字列配列に分割し、その配列を返します。

分割は区切り記号 ASeparator を使って行われます。後続の各文字列からこの区切り記号のエスケープを解除したあと、それぞれの文字列を結果に追加します。

関連項目