Data.DBXPlatform.TDBXArrayList.Values

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property Values[Index: Integer]: TObject read GetValue write SetValue; default;

C++

__property System::TObject* Values[int Index] = {read=GetValue, write=SetValue/*, default*/};

Propriétés

Type Visibilité  Source Unité  Parent
property public
Data.DBXPlatform.pas
Data.DBXPlatform.hpp
Data.DBXPlatform TDBXArrayList

Description

Spécifie une valeur particulière dans le TDBXArrayList.

Utilisez la propriété Values pour obtenir l'objet stocké à l'Indexème position dans le TDBXArrayList.

Voir aussi