Datasnap.DSSession.TDSSession.PutData
| [–] 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.