Data.DBXPlatform.TBaseTransportFilterCollection.GetItem
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: Data.DBXPlatform.pas Data.DBXPlatform.hpp
| |
Unit: Data.DBXPlatform | |
Parent: TBaseTransportFilterCollection |
Delphi
function GetItem(Index: Integer): TCollectionItem;
C++
HIDESBASE System::Classes::TCollectionItem* __fastcall GetItem(int Index);
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.