Data.DBXCommon.TDBXValueList.Values

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Data.DBXCommon.pas
Data.DBXCommon.hpp
Unit: Data.DBXCommon
Parent: TDBXValueList

Delphi

property Values: TDBXWritableValueArray read FValues;

C++

__property TDBXWritableValueArray Values = {read=FValues};

Description

Array of TDBXValueList's values.

Values represent an array of TDBXValueList's values.The array is an TDBXWritableValueArray

See Also