System.Analytics.AppAnalytics.TAppAnalyticsListener.Options

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Options: TAppActivityOptions read FOptions write SetOptions;

C++

__property System::Analytics::TAppActivityOptions Options = {read=FOptions, write=SetOptions, nodefault};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
System.Analytics.AppAnalytics.pas
System.Analytics.AppAnalytics.hpp
System.Analytics.AppAnalytics TAppAnalyticsListener


Beschreibung

Reihe von TAppActivity-Ereignistypen, die für die Aufzeichnung aktiviert werden.

Die in Options enthaltenen TAppActivity-Ereignistypen werden für ihre Aufzeichnung durch TAppAnalyticsListener ausgewählt.

Siehe auch