Open main menu

RAD Studio API Documentation β

Vcl.AppAnalytics.TAppAnalytics.SetOptions

Delphi

procedure SetOptions(const Value: TAnalyticsOptions);

C++

void __fastcall SetOptions(const TAnalyticsOptions Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.AppAnalytics.pas
Vcl.AppAnalytics.hpp
Vcl.AppAnalytics TAppAnalytics

Description

Sets the options that determine which data AppAnalytics collects.

SetOptions is the setter method for the Options property.

See Also