System.Analytics.AppAnalytics.TAppAnalyticsCacheManager.CacheCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CacheCount: Integer read GetCacheCount;

C++

__property int CacheCount = {read=GetCacheCount, nodefault};

Properties

Type Visibility Source Unit Parent
property public
System.Analytics.AppAnalytics.pas
System.Analytics.AppAnalytics.hpp
System.Analytics.AppAnalytics TAppAnalyticsCacheManager

Description

Number of stored events in the temporary data cache.

See Also