Datasnap.DSSession.TDSSessionData.GetData
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: public | |
| Source: Datasnap.DSSession.pas Datasnap.DSSession.hpp
| |
| Unit: Datasnap.DSSession | |
| Parent: TDSSessionData | |
Delphi
function GetData(const AKey: string): string; virtual; abstract;
C++
virtual System::UnicodeString __fastcall GetData(const System::UnicodeString AKey) = 0 ;
Description
- Note: This is an abstract method that child subclasses of TDSSessionData implement.
Retrieves a value string stored in this data session for the given key.
GetData is implemented in child classes: