FMX.Analytics.TCustomAnalytics.CacheManager

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CacheManager: IApplicationActivityCacheManager read GetCacheManager;

C++

__property System::Analytics::_di_IApplicationActivityCacheManager CacheManager = {read=GetCacheManager};

Properties

Type Visibility Source Unit Parent
property protected
FMX.Analytics.pas
FMX.Analytics.hpp
FMX.Analytics TCustomAnalytics

Description

Property for retrieving the IApplicationActivityCacheManager reference associated with this component.

See Also