System.Tether.Manager.TTetheringCustomStorage.LoadManagerGUID

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function LoadManagerGUID: string; virtual; abstract;

C++

virtual System::UnicodeString __fastcall LoadManagerGUID() = 0 ;

Properties

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

Description

Loads the Identifier that the manager used during the last session.

If there is no manager identifier stored, LoadManagerGUID returns a random identifier generated by TGUID.NewGuid.ToString.

When the manager uses a new identifier, this new identifier is stored using SaveManagerGUID.

See Also