Datasnap.DSSession.TDSSessionData.RemoveObject

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
Datasnap.DSSession.pas
Datasnap.DSSession.hpp
Unit: Datasnap.DSSession
Parent: TDSSessionData

Delphi

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

C++

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

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