Vcl.AppAnalytics.TAnalyticsPrivacyMessageEvent
Delphi
TAnalyticsPrivacyMessageEvent = procedure(Sender: TObject; var Activate: Boolean) of Object;
C++
typedef void __fastcall (__closure *TAnalyticsPrivacyMessageEvent)(System::TObject* Sender, bool &Activate);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
type typedef |
public | Vcl.AppAnalytics.pas Vcl.AppAnalytics.hpp |
Vcl.AppAnalytics | Vcl.AppAnalytics |
Description
An event handler that is fired when the privacy message is shown to an end user on startup.
To collect data from the user, set Activate to True. On the contrary, set Activate to False if you want to exclude the user from data collection.