Vcl.AppAnalytics.TAppAnalytics.GetUpdateInterval

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetUpdateInterval: Integer;

C++

int __fastcall GetUpdateInterval();

Properties

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

Description

Returns the update interval in seconds.

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

GetUpdateInterval is the getter method for the UpdateInterval property.

See Also