FireDAC.Comp.BatchMove.TFDBatchMoveMappings.operator []

From RAD Studio API Documentation
Jump to: navigation, search


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

See Also