System.Tether.Manager.TTetheringProfileInfo.FromString

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

Delphi

procedure FromString(const AProfileInfoString: string);

C++

void __fastcall FromString(const System::UnicodeString AProfileInfoString);

プロパティ

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


説明

文字列をプロファイル情報に変換します。

FromString は、渡された文字列を分割し、有効であるかを確認します。

文字列が有効であれば、FromString は、以下のプロパティを(この順序で)文字列配列の文字列で更新します。

FromString では、AProfileInfoString が次の書式であると想定しています。

<ManagerIdentifier><Separator><ProfileIdentifier><Separator><ProfileText><Separator><ProfileGroup><Separator><ProfileType><Separator><ProfileVersion><Separator><AllowedConnections>

関連項目