Datasnap.DSSession.TDSSession.GetObject
[–] 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
.