Datasnap.DSSession.TDSSession.GetData

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetData(Key: string): string;

C++

System::UnicodeString __fastcall GetData(System::UnicodeString Key);

Properties

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

Description

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

The GetData method retrieves a value string stored in this session for the given key.

See Also