Datasnap.DSSession.TDSSessionDictionaryData.RemoveObject

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function RemoveObject(const AKey: string; AInstanceOwner: Boolean): TObject; override;

C++

virtual System::TObject* __fastcall RemoveObject(const System::UnicodeString AKey, bool AInstanceOwner);

Properties

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

Description

Removes the object value stored for this session that matches the given key.

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

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

Removes the object value stored for this session that matches the given key.

The RemoveObject method removes the stored object that matches the given key AKey for this session.

RemoveObject is implemented in child classes:

See Also