System.Tether.Manager.TTetheringManager.ProfileInfoToString

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

Delphi

class function ProfileInfoToString(const AProfileInfo: TTetheringProfileInfo): string;

C++

__classmethod System::UnicodeString __fastcall ProfileInfoToString(const TTetheringProfileInfo &AProfileInfo);

プロパティ

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


説明

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

シリアライズされた TTetheringProfileInfo は、StringToProfileInfo を使用して元に復元できます。

関連項目