Vcl.AppAnalytics.TAppAnalytics.GetUserID

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetUserID: string;

C++

System::UnicodeString __fastcall GetUserID();

Properties

Type Visibility Source Unit Parent
function protected
Vcl.AppAnalytics.pas
Vcl.AppAnalytics.hpp
Vcl.AppAnalytics TAppAnalytics

Description

Returns the UserID.

The GetUserID method returns the UserID that is a GUID to uniquely identify a user.

GetUserID is the getter method for the UserID read-only property.

See Also