System.Tether.Manager.TTetheringManager.ProfileInfoToString

提供: RAD Studio API Documentation
2014年8月1日 (金) 09:42時点におけるYukikoi (トーク | 投稿記録)による版 (1版: LOC-15776)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先: 案内検索

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 を使用して元に復元できます。

関連項目