Datasnap.DSSession.TDSSessionData.RemoveObject

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

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

Description

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