FireDAC.Comp.DataSet.TFDIndexes.operator []
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: public | |
| Source: FireDAC.Comp.DataSet.hpp | |
| Unit: FireDAC.Comp.DataSet | |
| Parent: TFDIndexes | |
C++
TFDIndex* operator[](int AIndex) { return this->Items[AIndex]; }
Description
Embarcadero Technologies does not currently have any additional information.