Datasnap.DSSession.TDSSessionCache.ClearAllItems
Delphi
procedure ClearAllItems(InstanceOwner: Boolean = True);
C++
void __fastcall ClearAllItems(bool InstanceOwner = true);
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
procedure function |
public | Datasnap.DSSession.pas Datasnap.DSSession.hpp |
Datasnap.DSSession | TDSSessionCache |
Beschreibung
Löscht alle im Cache gespeicherten Einträge.
Die Methode ClearAllItems löscht alle im Cache gespeicherten Einträge und gibt sie frei, wenn der InstanceOwner-Parameter auf True gesetzt ist.
Hinweis: InstanceOwner wird standardmäßig auf True gesetzt.