System.Analytics.IApplicationActivityCacheManager.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.pas
System.Analytics.hpp
System.Analytics IApplicationActivityCacheManager

Description

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

See Also