Datasnap.DSSession.TDSSessionCache.GetItemID

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetItemID(Item: TResultCommandHandler): Integer;

C++

int __fastcall GetItemID(Data::Dbxcommon::TResultCommandHandler* Item);

Properties

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

Description

Returns the ID of the given Item.

The GetItemID method returns the ID of the given Item. If the ID does not exist, GetItemID returns -1.

See Also