Datasnap.DSSession.TDSSessionData.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: TDSSessionData

Delphi

procedure RemoveData(const AKey: string); virtual; abstract;

C++

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

Description

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