API: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 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.