Data.DB.TObjectField.operator []

From RAD Studio API Documentation
Jump to: navigation, search

C++

System::Variant operator[](int Index) { return this->FieldValues[Index]; }

Properties

Type Visibility Source Unit Parent
function public Data.DB.hpp Data.DB TObjectField

Description

Sets or gets a specific owned field.

The functionality of the subscript operator is identical to the functionality of the FieldValues property.

See Also