Datasnap.DSSession.TDSSessionDictionaryData.RemoveData

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure RemoveData(const AKey: string); override;

C++

virtual void __fastcall RemoveData(const System::UnicodeString AKey);

Properties

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

Description

Removes the data stored for this session that matches the given key.

Datasnap.DSSession.TDSSessionDictionaryData.RemoveData inherits from Datasnap.DSSession.TDSSessionData.RemoveData. All content below this line refers to Datasnap.DSSession.TDSSessionData.RemoveData.

Note: This is an abstract method that child subclasses of TDSSessionData implement.

Removes the data stored for this session that matches the given key.

The RemoveData method removes the stored value that matches the given key AKey for this session.

RemoveData is implemented in child classes:

See Also