Datasnap.DSSession.TDSSessionDictionaryData.GetData

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
function public
Datasnap.DSSession.pas
Datasnap.DSSession.hpp
Datasnap.DSSession TDSSessionDictionaryData

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