Datasnap.DSSession.TDSSessionCache.ClearAllItems

From RAD Studio API Documentation
Jump to: navigation, search

[–] 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.

See Also