Data.DBXPlatform.TDBXArrayList.Values
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: Data.DBXPlatform.pas Data.DBXPlatform.hpp
| |
Unit: Data.DBXPlatform | |
Parent: TDBXArrayList |
Delphi
property Values[Index: Integer]: TObject read GetValue write SetValue; default;
C++
__property System::TObject* Values[int Index] = {read=GetValue, write=SetValue/*, default*/};
Description
Specifies a particular value in the TDBXArrayList.
Use the Values property to get the object stored at the Indexth position in the TDBXArrayList.