API: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 a specified item in the collection.

Data.DBXPlatform.TBaseTransportFilterCollection.GetItem inherits from System.Classes.TCollection.GetItem. All content below this line refers to System.Classes.TCollection.GetItem.

Returns a specified item in the collection.

GetItem is the protected read implementation of the Items property.

See Also