Datasnap.DSSession.TDSSessionDictionaryData.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: TDSSessionDictionaryData

Delphi

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

C++

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

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