Vcl.AppAnalytics.TAppAnalytics.SetUpdateInterval

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetUpdateInterval(const Value: Integer);

C++

void __fastcall SetUpdateInterval(const int Value);

Properties

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

Description

Sets the update interval in seconds.

The SetUpdateInterval method sets the number of seconds, of the time interval, at which AppAnalytics automatically sends data to the server.

SetUpdateInterval is the setter method for the UpdateInterval property.

See Also