Data.DBXPlatform.TDBXArrayList.Values

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

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

Description

Specifies a particular value in the TDBXArrayList.

Use the Values property to get the object stored at the Indexth position in the TDBXArrayList.

See Also