System.Tether.Manager.TTetheringManagerCommunicationThread.GenerateRandomString

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GenerateRandomString(const AConnection: string): string; virtual;

C++

virtual System::UnicodeString __fastcall GenerateRandomString(const System::UnicodeString AConnection);

Properties

Type Visibility Source Unit Parent
function protected
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager TTetheringManagerCommunicationThread

Description

Returns a random string for the given connection of the TTetheringAdapter.

See Also