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

Delphi

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

C++

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

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