Datasnap.DSSession.TDSSessionData.GetObject
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: Datasnap.DSSession.pas Datasnap.DSSession.hpp
| |
Unit: Datasnap.DSSession | |
Parent: TDSSessionData |
Delphi
function GetObject(const AKey: string): TObject; virtual; abstract;
C++
virtual System::TObject* __fastcall GetObject(const System::UnicodeString AKey) = 0 ;
Description
- 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: