Data.DBXPlatform.TBaseTransportFilterCollection.GetItem

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetItem(Index: Integer): TCollectionItem;

C++

HIDESBASE System::Classes::TCollectionItem* __fastcall GetItem(int Index);

Properties

Type Visibility Source Unit Parent
function public
Data.DBXPlatform.pas
Data.DBXPlatform.hpp
Data.DBXPlatform TBaseTransportFilterCollection

Description

Returns an item from a DataSnap filter collection.

Use the GetItem method to access individual items in a DataSnap filter collection. GetItem returns a specific item from the DataSnap filter collection. The Index parameter specifies the position of a specific item in the filter collection.

See Also