Datasnap.DSSession.TDSSessionCache.GetItemID

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 GetItemID(Item: TResultCommandHandler): Integer;

C++

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

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