Datasnap.DSSession.TDSSession.GetObject

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

Delphi

function GetObject(Key: string): TObject;

C++

System::TObject* __fastcall GetObject(System::UnicodeString Key);

Description

Retrieves an object stored in this session, for the given Key.

The GetObject method retrieves an object stored in this session, for the given Key.

See Also