Datasnap.DSSession.TDSSessionCache.ClearAllItems

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ClearAllItems(InstanceOwner: Boolean = True);

C++

void __fastcall ClearAllItems(bool InstanceOwner = true);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Datasnap.DSSession.pas
Datasnap.DSSession.hpp
Datasnap.DSSession TDSSessionCache

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