Datasnap.DSSession.TDSSession.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: TDSSession

Delphi

function GetData(Key: string): string;

C++

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

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