System.Tether.Manager.TTetheringManager.ProfileInfoToString

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
function public
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager TTetheringManager


Description

Sérialise l'instance spécifiée de TTetheringProfileInfo en chaîne.

Un TTetheringProfileInfo sérialisé peut être désérialisé en utilisant StringToProfileInfo.

Voir aussi