Datasnap.DSSession.TDSSessionCache.ClearAllItems
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: public | |
Source: Datasnap.DSSession.pas Datasnap.DSSession.hpp
| |
Unit: Datasnap.DSSession | |
Parent: TDSSessionCache |
Delphi
procedure ClearAllItems(InstanceOwner: Boolean = True);
C++
void __fastcall ClearAllItems(bool InstanceOwner = true);
Description
Clears all items stored in the cache.
The ClearAllItems method clears all items stored in the cache, freeing them if the InstanceOwner parameter is True.
Note: InstanceOwner is set to True by default.