Datasnap.DSSession.TDSSessionDictionaryData.GetObject
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: Datasnap.DSSession.pas Datasnap.DSSession.hpp
| |
Unit: Datasnap.DSSession | |
Parent: TDSSessionDictionaryData |
Delphi
function GetObject(const AKey: string): TObject; override;
C++
virtual System::TObject* __fastcall GetObject(const System::UnicodeString AKey);
Description
Retrieves an object stored in this data session for the given AKey
.
Datasnap.DSSession.TDSSessionDictionaryData.GetObject inherits from Datasnap.DSSession.TDSSessionData.GetObject. All content below this line refers to Datasnap.DSSession.TDSSessionData.GetObject.
- Note: This is an abstract method that child subclasses of TDSSessionData implement.
Retrieves an object stored in this data session for the given AKey
.
The GetObject method is implemented in child classes: