Vcl.AppAnalytics.TAppAnalytics.Active

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Active: Boolean read FActive write SetActive;

C++

__property bool Active = {read=FActive, write=SetActive, nodefault};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
Vcl.AppAnalytics.pas
Vcl.AppAnalytics.hpp
Vcl.AppAnalytics TAppAnalytics


Beschreibung

Steuert, ob die Komponente aktiv die Nutzungsdaten der Anwendung erfasst.

Setzen Sie Active auf True, um Daten zu erfassen. Wenn die Eigenschaft Active zur Entwurfszeit auf True gesetzt wird, erfasst AppAnalytics automatisch Daten für die gesamte Sitzung.

Siehe auch