Data.DB.TObjectField.operator []
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: public | |
| Source: Data.DB.hpp | |
| Unit: Data.DB | |
| Parent: TObjectField | |
C++
System::Variant operator[](int Index) { return this->FieldValues[Index]; }
Description
Sets or gets a specific owned field.
The functionality of the subscript operator is identical to the functionality of the FieldValues property.