FMX.Analytics.AppAnalytics.TAppAnalytics.CacheSize
Delphi
property CacheSize: Integer read FMaxCacheSize write SetCacheSize;
C++
__property CacheSize;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | FMX.Analytics.AppAnalytics.pas FMX.Analytics.AppAnalytics.hpp |
FMX.Analytics.AppAnalytics | TAppAnalytics |
Description
Represents the maximum number of events that should be stored in memory before being submitted to the AppAnalytics servers.
CacheSize is 0 by default.