System.Analytics.IApplicationActivityCacheManager.SetOnDataCacheFull

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure SetOnDataCacheFull(const AValue: TNotifyEvent);

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
System.Analytics.pas
System.Analytics.hpp
System.Analytics IApplicationActivityCacheManager


Beschreibung

Setter-Methode für die Ereignisbehandlungsroutine OnDataCacheFull.

Das Ereignis OnDataCacheFull wird ausgelöst, wenn der temporäre Datenzwischenspeicher die Größe MaxCacheSize erreicht.

Siehe auch