Datasnap.DSSession.TDSSession.GetObject

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetObject(Key: string): TObject;

C++

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

Properties

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

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