Data.DB.TObjectField.operator []

From RAD Studio API Documentation
Jump to: navigation, search

[–] 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.

See Also