Vcl.AppAnalytics.TAppAnalytics.SetPrivacyMessage

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetPrivacyMessage(const Value: TStrings);

C++

void __fastcall SetPrivacyMessage(System::Classes::TStrings* const Value);

Properties

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

Description

Sets the message shown to users when you activate AppAnalytics in your application for the first time.

SetPrivacyMessage is the setter method for the PrivacyMessage property.

See Also