Datasnap.DSSession.TDSSessionDictionaryData.GetData

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
Datasnap.DSSession.pas
Datasnap.DSSession.hpp
Unit: Datasnap.DSSession
Parent: TDSSessionDictionaryData

Delphi

function GetData(const AKey: string): string; override;

C++

virtual System::UnicodeString __fastcall GetData(const System::UnicodeString AKey);

Description

Retrieves a value string stored in this data session for the given key.

Datasnap.DSSession.TDSSessionDictionaryData.GetData inherits from Datasnap.DSSession.TDSSessionData.GetData. All content below this line refers to Datasnap.DSSession.TDSSessionData.GetData.

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:

See Also