Vcl.AppAnalytics.TAppAnalytics.SetUpdateInterval

From RAD Studio API Documentation
Revision as of 07:13, 10 April 2015 by Carolinag (talk | contribs) (RS-60353)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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