TcxCustomEditorRowProperties.Values Property
In This Article
Provides indexed access to the row’s values.
#Declaration
Delphi
property Values[Index: Integer]: Variant read;
#Property Value
Type |
---|
Variant |
#Remarks
Used to determine the required row’s value.
The Index parameter identifies the record index in a dataset.
See Also