System.Tether.Manager.TTetheringProfileInfo.FromString

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure FromString(const AProfileInfoString: string);

C++

void __fastcall FromString(const System::UnicodeString AProfileInfoString);

Properties

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

Description

Converts a string into profile information.

FromString splits the provided string and validates it.

If the string is valid, FromString updates the corresponding properties with the strings from the array of strings (in this order).

FromString expects AProfileInfoString to be in this format:

<ManagerIdentifier><Separator><ProfileIdentifier><Separator><ProfileText><Separator><ProfileGroup><Separator><ProfileType><Separator><ProfileVersion><Separator><AllowedConnections>

See Also