Vcl.AppAnalytics.TAppAnalytics.PrivacyMessage

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property PrivacyMessage: TStrings read FPrivacyMessage write  SetPrivacyMessage;

C++

__property System::Classes::TStrings* PrivacyMessage = {read=FPrivacyMessage, write=SetPrivacyMessage};

Properties

Type Visibility Source Unit Parent
property published
Vcl.AppAnalytics.pas
Vcl.AppAnalytics.hpp
Vcl.AppAnalytics TAppAnalytics

Description

The text of the message that is shown to users when you activate AppAnalytics in your application for the first time.

This message is shown in a dialog box with an OK message, and does not give users the option to opt-in or opt-out. If you wish to give your users the opportunity to opt-in or opt-out (which is recommended), use the OnPrivacyMessage event.

See Also