System.Analytics.IAppAnalyticsStartupDataRecorder.AddEnvironmentField

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure AddEnvironmentField(const AKey, AValue: string);

C++

virtual void __fastcall AddEnvironmentField(const System::UnicodeString AKey, const System::UnicodeString AValue) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.Analytics.pas
System.Analytics.hpp
System.Analytics IAppAnalyticsStartupDataRecorder

Description

Provides the system data to the cache manager. The version 2 of the AppAnalytics service requires this data.

See Also