API:Data.DBXPlatform.TBaseTransportFilterCollection.GetItem

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function GetItem(Index: Integer): TCollectionItem;

C++

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

Propriétés

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

Description

Renvoie un élément spécifié dans la collection.

Data.DBXPlatform.TBaseTransportFilterCollection.GetItem hérite de System.Classes.TCollection.GetItem. Tout le contenu en-dessous de cette ligne se réfère à System.Classes.TCollection.GetItem.

Renvoie un élément spécifié dans la collection.

GetItem est l'implémentation en lecture protégée de la propriété Items.

Voir aussi