System.Tether.Manager.TTetheringManager.StringToProfileInfo

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

Delphi

class function StringToProfileInfo(const AProfileString: string): TTetheringProfileInfo; inline;

C++

__classmethod TTetheringProfileInfo __fastcall StringToProfileInfo(const System::UnicodeString AProfileString);

プロパティ

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


説明

指定された文字列を、TTetheringProfileInfo のインスタンスに逆シリアライズします。

StringToProfileInfo を使用すると、ProfileInfoToString を使用してシリアライズされた TTetheringProfileInfo を逆シリアライズします。

関連項目