System.Analytics.AppAnalytics.TAppAnalyticsCacheManager.OnDataCacheFull

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnDataCacheFull: TNotifyEvent read GetOnDataCacheFull write SetOnDataCacheFull;

C++

__property System::Classes::TNotifyEvent OnDataCacheFull = {read=GetOnDataCacheFull, write=SetOnDataCacheFull};

Properties

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

Description

Event handler that occurs when the temporary data cache reaches the MaxCacheSize.

See Also