System.Analytics.AppAnalytics.TAppAnalyticsCacheManager.OnDataCacheFull

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property OnDataCacheFull: TNotifyEvent read GetOnDataCacheFull write SetOnDataCacheFull;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
event public
System.Analytics.AppAnalytics.pas
System.Analytics.AppAnalytics.hpp
System.Analytics.AppAnalytics TAppAnalyticsCacheManager


Beschreibung

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

Siehe auch