Datasnap.DSSession.TDSSession.PutData

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

procedure PutData(Key, Value: string);

C++

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

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