System.Tether.Manager.TTetheringProfileInfo.FromString
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 は、以下のプロパティを(この順序で)文字列配列の文字列で更新します。
- ManagerIdentifier
- ProfileIdentifier
- ProfileText
- ProfileGroup
- ProfileType
- ProfileVersion
- AllowedConnections。FromString は、このサブ文字列を分割し、その値をそれぞれの接続の対応する以下のプロパティに保存します。
FromString では、AProfileInfoString
が次の書式であると想定しています。
<ManagerIdentifier><Separator><ProfileIdentifier><Separator><ProfileText><Separator><ProfileGroup><Separator><ProfileType><Separator><ProfileVersion><Separator><AllowedConnections>
関連項目
- System.Tether.Manager.TTetheringProfileInfo
- System.Tether.Manager.TTetheringManagerCommand.Join
- System.Tether.Manager.TTetheringProfileInfo.ManagerIdentifier
- System.Tether.Manager.TTetheringProfileInfo.ProfileIdentifier
- System.Tether.Manager.TTetheringProfileInfo.ProfileText
- System.Tether.Manager.TTetheringProfileInfo.ProfileGroup
- System.Tether.Manager.TTetheringProfileInfo.ProfileType
- System.Tether.Manager.TTetheringProfileInfo.ProfileVersion
- System.Tether.Manager.TTetheringAllowedConnection.ProtocolType
- System.Tether.Manager.TTetheringAllowedConnection.AdapterType
- System.Tether.Manager.TTetheringAllowedConnection.Connection