Datasnap.DSSession.TDSSessionData.PutData

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure PutData(const AKey, LValue: string); virtual; abstract;

C++

virtual void __fastcall PutData(const System::UnicodeString AKey, const System::UnicodeString LValue) = 0 ;

Properties

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

Description

Note: This is an abstract method that child subclasses of TDSSessionData implement.

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

The PutData method stores the given LValue for the AKey in this data session.

PutData is implemented in child classes:

See Also