FMX.Analytics.TCustomAnalytics.UserID

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property UserID: string read FUserID write FUserID stored False;

C++

__property System::UnicodeString UserID = {read=FUserID, write=FUserID, stored=false};

Properties

Type Visibility Source Unit Parent
property public
FMX.Analytics.pas
FMX.Analytics.hpp
FMX.Analytics TCustomAnalytics

Description

Identifier for tracking a user across multiple sessions.

The first time you use it, UserID takes a random value which can be persisted using the SaveState of the form or some other mechanism.

See Also