Datasnap.DSSession.TDSSessionDictionaryData.PutData

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure PutData(const AKey, LValue: string); override;

C++

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

Properties

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

Description

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

Datasnap.DSSession.TDSSessionDictionaryData.PutData inherits from Datasnap.DSSession.TDSSessionData.PutData. All content below this line refers to Datasnap.DSSession.TDSSessionData.PutData.

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