Datasnap.DSSession.TDSSessionCache.GetItem

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
Datasnap.DSSession.pas
Datasnap.DSSession.hpp
Unit: Datasnap.DSSession
Parent: TDSSessionCache

Delphi

function GetItem(ID: Integer): TResultCommandHandler;

C++

Data::Dbxcommon::TResultCommandHandler* __fastcall GetItem(int ID);

Description

Returns the item with the given ID.

The GetItem method returns the item with the given ID. If the item whose ID was specified in the method call does not exist, GetItem returns nil.

See Also