System.Tether.Manager.TTetheringManager.StringToProfileInfo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

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

Description

Unserializes the specified string into an instance of TTetheringProfileInfo.

Use StringToProfileInfo to unserialize a TTetheringProfileInfo that has been serialized using ProfileInfoToString.

See Also