Datasnap.DSSession.TDSSessionDictionaryData.GetObject

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetObject(const AKey: string): TObject; override;

C++

virtual System::TObject* __fastcall GetObject(const System::UnicodeString AKey);

Properties

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

Description

Retrieves an object stored in this data session for the given AKey.

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

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

Retrieves an object stored in this data session for the given AKey.

The GetObject method is implemented in child classes:

See Also