System.Analytics.IApplicationActivityCacheManager.SetOnDataCacheFull

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetOnDataCacheFull(const AValue: TNotifyEvent);

C++

virtual void __fastcall SetOnDataCacheFull(const System::Classes::TNotifyEvent AValue) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.Analytics.pas
System.Analytics.hpp
System.Analytics IApplicationActivityCacheManager

Description

Setter for the OnDataCacheFull event handler.

The OnDataCacheFull event occurs when the temporary data cache reaches the MaxCacheSize.

See Also