Datasnap.DSSession.TDSSessionDictionaryData.RemoveData

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: TDSSessionDictionaryData

Delphi

procedure RemoveData(const AKey: string); override;

C++

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

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