Datasnap.DSSession.TDSSession.PutData

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure PutData(Key, Value: string);

C++

void __fastcall PutData(System::UnicodeString Key, System::UnicodeString Value);

Properties

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

Description

Stores a value string in this session, with the given key.

The PutData method stores a value string in this session, with the given key.

See Also