Vcl.AppAnalytics.TAppAnalytics.Active

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Active: Boolean read FActive write SetActive;

C++

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

Properties

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

Description

Controls whether the component is actively collecting application usage data.

Set Active to True to collect data. If the Active property is set to True at design time, AppAnalytics will automatically collect data for the entire usage session.

See Also