FireDAC.Comp.BatchMove.TFDBatchMoveMappings.operator []
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: FireDAC.Comp.BatchMove.hpp | |
Unit: FireDAC.Comp.BatchMove | |
Parent: TFDBatchMoveMappings |
C++
TFDBatchMoveMappingItem* operator[](int Index) { return this->Items[Index]; }
Description
Provides access by index to the items of your mapping object.