Vcl.AppAnalytics.TAppAnalytics.SetCacheSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetCacheSize(const Value: Integer);

C++

void __fastcall SetCacheSize(const int Value);

Properties

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

Description

Sets the maximum number of events that AppAnalytics can collect before sending them to the server.

SetCacheSize is the setter method for the CacheSize property.

See Also