Datasnap.DSSession.TDSSessionCache.GetItem
Delphi
function GetItem(ID: Integer): TResultCommandHandler;
C++
Data::Dbxcommon::TResultCommandHandler* __fastcall GetItem(int ID);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | Datasnap.DSSession.pas Datasnap.DSSession.hpp |
Datasnap.DSSession | TDSSessionCache |
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.